...
/Listing Resources within Terraform State
Listing Resources within Terraform State
Learn how to list resources within a Terraform state.
What is a state in terraform?
The state maintained by Terraform is a JSON document stored locally or on a remote backend. Making direct edits to the file is highly discouraged. There are some occasions where we need to directly interact with the Terraform state, and in those cases, we use the terraform state
command and its subcommands to assist us.
The terraform state
subcommands
Below is a list of terraform state
subcommands available for use.
- The
list
subcommand lists resources in the state. - The
mv
subcommand moves an item in the state. - The
pull
subcommand pulls the current state and output tostdout
. - The
push
subcommand updates the