You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/docs/commands/state/addressing.html.md

789 B

layout page_title sidebar_current description
commands-state Command: state resource addressing docs-commands-state-address The `terraform state` command is used for advanced state management.

Resource Addressing

The terraform state subcommands use standard address syntax to refer to individual resources, resource instances, and modules. This is the same syntax used for the -target option to the apply and plan commands.

Most state commands allow referring to individual resource instances, whole resources (which may have multiple instances if count or for_each is used), or even whole modules.

For more information on the syntax, see Resource Addressing.