From 2233ef1782b61877a7c4bf280140c6aa976bd3b6 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:26:29 -0400 Subject: [PATCH] Update description metadata for apply command --- website/docs/cli/commands/apply.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/docs/cli/commands/apply.html.md b/website/docs/cli/commands/apply.html.md index 563d78341..d570f6c19 100644 --- a/website/docs/cli/commands/apply.html.md +++ b/website/docs/cli/commands/apply.html.md @@ -2,8 +2,7 @@ layout: "docs" page_title: "Command: apply" sidebar_current: "docs-commands-apply" -description: |- - The `terraform apply` command executes the actions proposed in a Terraform plan. +description: "'apply` executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." --- # Command: apply