Merge pull request #18792 from davewongillies/fix_state_docs
Docs: Fix description for state mv and push sub-commands
This commit is contained in:
commit
c886869a8c
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue