clarify version that pull upgrades local state to (#28204)

This commit is contained in:
Judith Malnick 2021-03-26 13:57:44 -07:00 committed by GitHub
parent fd7c4105f2
commit 75fbbe8065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,8 +17,8 @@ works with local state.
Usage: `terraform state pull` Usage: `terraform state pull`
This command will download the state from its current location, upgrade the This command will download the state from its current location, upgrade the
local copy to the latest state file version, and output the raw format to local copy to the latest state file version that is compatible with
stdout. locally-installed Terraform, and output the raw format to stdout.
This is useful for reading values out of state (potentially pairing this This is useful for reading values out of state (potentially pairing this
command with something like [jq](https://stedolan.github.io/jq/)). It is command with something like [jq](https://stedolan.github.io/jq/)). It is