terraform/terraform-show

Show Terraform State

Display current Terraform state or plan

terraform
state
show

Command

terraform show

Explanation

Displays information about the current state or a saved plan. Useful for debugging or integration with scripts.

Examples

Display state or plan in JSON format

terraform show -json