Examples (6)
Show the current state
Show a specific state file
terraform show path/to/terraform.tfstateShow a specific plan file
terraform show path/to/file.tfplanOutput in JSON format
terraform show -jsonOutput a plan file in JSON format
terraform show -json path/to/file.tfplanWrite to a file without color codes
terraform show -no-color > path/to/filemade by @shridhargupta | data from tldr-pages