Skip to content

Commit

Permalink
Merge pull request hashicorp#18792 from davewongillies/fix_state_docs
Browse files Browse the repository at this point in the history
Docs: Fix description for state mv and push sub-commands
  • Loading branch information
mildwonkey authored Sep 5, 2018
2 parents 2ac15fd + 9190227 commit c886869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/commands/state/mv.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/docs/commands/state/push.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c886869

Please sign in to comment.