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