Fix description for state mv and push sub-commands

This commit is contained in:
Dave Wongillies 2018-09-04 19:12:24 -07:00
parent 2ac15fdae4
commit 9190227bc0
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