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"
|
layout: "docs"
|
||||||
page_title: "Command: apply"
|
page_title: "Command: apply"
|
||||||
sidebar_current: "docs-commands-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
|
# Command: apply
|
||||||
|
|
|
@ -2,9 +2,7 @@
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "Command: destroy"
|
page_title: "Command: destroy"
|
||||||
sidebar_current: "docs-commands-destroy"
|
sidebar_current: "docs-commands-destroy"
|
||||||
description: |-
|
description: "`terraform destroy` destroys all objects managed by a particular Terraform configuration."
|
||||||
The `terraform destroy` command is a convenient way to destroy all objects
|
|
||||||
managed by a particular Terraform configuration.
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Command: destroy
|
# Command: destroy
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "Command: import"
|
page_title: "Command: import"
|
||||||
sidebar_current: "docs-commands-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
|
# Command: import
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
layout: "docs"
|
layout: "docs"
|
||||||
page_title: "Command: plan"
|
page_title: "Command: plan"
|
||||||
sidebar_current: "docs-commands-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
|
# Command: plan
|
||||||
|
|
Loading…
Reference in New Issue