From ae2ff87598c3a370926f9aa211a8ec7fc48de6c6 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Fri, 23 Jul 2021 16:30:11 -0400 Subject: [PATCH] Updates to page metadata for plan, apply, import, and destroy --- website/docs/cli/commands/apply.html.md | 2 +- website/docs/cli/commands/destroy.html.md | 4 +--- website/docs/cli/commands/import.html.md | 2 +- website/docs/cli/commands/plan.html.md | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/website/docs/cli/commands/apply.html.md b/website/docs/cli/commands/apply.html.md index d570f6c19..c966063c1 100644 --- a/website/docs/cli/commands/apply.html.md +++ b/website/docs/cli/commands/apply.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: apply" sidebar_current: "docs-commands-apply" -description: "'apply` executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." +description: "'terraform apply` executes the actions proposed in a Terraform plan to create, update, or destroy infrastructure." --- # Command: apply diff --git a/website/docs/cli/commands/destroy.html.md b/website/docs/cli/commands/destroy.html.md index 7496e457b..fee0e3ce1 100644 --- a/website/docs/cli/commands/destroy.html.md +++ b/website/docs/cli/commands/destroy.html.md @@ -2,9 +2,7 @@ layout: "docs" page_title: "Command: destroy" sidebar_current: "docs-commands-destroy" -description: |- - The `terraform destroy` command is a convenient way to destroy all objects - managed by a particular Terraform configuration. +description: "`terraform destroy` destroys all objects managed by a particular Terraform configuration." --- # Command: destroy diff --git a/website/docs/cli/commands/import.html.md b/website/docs/cli/commands/import.html.md index eb64252c4..a488ee971 100644 --- a/website/docs/cli/commands/import.html.md +++ b/website/docs/cli/commands/import.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: import" sidebar_current: "docs-commands-import" -description: "`import` brings existing infrastructure resources into Terraform state." +description: "`terraform import` brings existing infrastructure resources into Terraform state." --- # Command: import diff --git a/website/docs/cli/commands/plan.html.md b/website/docs/cli/commands/plan.html.md index ca79ea76f..0e8440637 100644 --- a/website/docs/cli/commands/plan.html.md +++ b/website/docs/cli/commands/plan.html.md @@ -2,7 +2,7 @@ layout: "docs" page_title: "Command: plan" sidebar_current: "docs-commands-plan" -description: "`plan` creates an execution plan that allows you to preview the changes that Terraform will make to your infrastructure." +description: "`terraform plan` creates an execution plan that allows you to preview the changes that Terraform will make to your infrastructure." --- # Command: plan