mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
clarify version that pull upgrades local state to (#28204)
This commit is contained in:
@@ -17,8 +17,8 @@ works with local state.
|
||||
Usage: `terraform state pull`
|
||||
|
||||
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
|
||||
stdout.
|
||||
local copy to the latest state file version that is compatible with
|
||||
locally-installed Terraform, and output the raw format to stdout.
|
||||
|
||||
This is useful for reading values out of state (potentially pairing this
|
||||
command with something like [jq](https://stedolan.github.io/jq/)). It is
|
||||
|
||||
Reference in New Issue
Block a user