Merge pull request #18792 from davewongillies/fix_state_docs

Docs: Fix description for state mv and push sub-commands
This commit is contained in:
Kristin Laemmert 2018-09-05 09:37:30 -07:00 committed by GitHub
commit c886869a8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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