...
/Viewing Resource Attributes in Terraform State
Viewing Resource Attributes in Terraform State
Learn how to use the show subcommand in Terraform.
We'll cover the following...
We'll cover the following...
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 ...