From 75fbbe8065528c7cda2638c1b82d74eb3856421d Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Fri, 26 Mar 2021 13:57:44 -0700 Subject: [PATCH] clarify version that pull upgrades local state to (#28204) --- website/docs/cli/commands/state/pull.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/cli/commands/state/pull.html.md b/website/docs/cli/commands/state/pull.html.md index c61177b0a..ad52c96b6 100644 --- a/website/docs/cli/commands/state/pull.html.md +++ b/website/docs/cli/commands/state/pull.html.md @@ -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