Merge pull request #18792 from davewongillies/fix_state_docs

Docs: Fix description for state mv and push sub-commands
pull/18820/head
Kristin Laemmert 8 years ago committed by GitHub
commit c886869a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ layout: "commands-state"
page_title: "Command: state mv"
sidebar_current: "docs-state-sub-mv"
description: |-
The `terraform state rm` command removes items from the Terraform state.
The `terraform state mv` command moves items in the Terraform state.
---
# Command: state mv

@ -3,7 +3,7 @@ layout: "commands-state"
page_title: "Command: state push"
sidebar_current: "docs-state-sub-push"
description: |-
The `terraform state rm` command removes items from the Terraform state.
The `terraform state push` command pushes items to the Terraform state.
---
# Command: state push

Loading…
Cancel
Save