Search⌘ K

Viewing Resource Attributes in Terraform State

Explore how to use the terraform state show command to inspect the attributes of specific Terraform resources. Understand the command's syntax, when to use it, and how it helps in managing and verifying resource states efficiently.

The show subcommand

The terraform state show command is used to show the attributes of a single resource in the Terraform state.

Syntax

The show subcommand has the following syntax: terraform state show [options] ADDRESS.

Arguments

The ...