Search⌘ K

Viewing Resource Attributes in Terraform State

Learn how to use the show subcommand in Terraform.

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 ...