Command: state pull

The terraform state pull command is used to manually download and output the state from remote state. This command also works with local state.

Usage

Usage: terraform state pull

This command will download the state from its current location and output the raw format to stdout.

This is useful for reading values out of state (potentially pairing this command with something like jq). It is also useful if you need to make manual modifications to state.

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/commands/state/pull.html