Updates to page metadata for plan, apply, import, and destroy
This commit is contained in:
parent
dc0dd75b60
commit
ae2ff87598
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue