From 9190227bc012e3a9657b870cfe8f4ad758c48fae Mon Sep 17 00:00:00 2001 From: Dave Wongillies Date: Tue, 4 Sep 2018 19:12:24 -0700 Subject: [PATCH] Fix description for state mv and push sub-commands --- website/docs/commands/state/mv.html.md | 2 +- website/docs/commands/state/push.html.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/commands/state/mv.html.md b/website/docs/commands/state/mv.html.md index abccef9bc..ad2a046e9 100644 --- a/website/docs/commands/state/mv.html.md +++ b/website/docs/commands/state/mv.html.md @@ -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 diff --git a/website/docs/commands/state/push.html.md b/website/docs/commands/state/push.html.md index 4db414405..ec6425d93 100644 --- a/website/docs/commands/state/push.html.md +++ b/website/docs/commands/state/push.html.md @@ -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