Introduction
Sometimes you want to see what resources Terraform has created or plans to create without changing anything. Terraform show lets you look inside the saved state file to understand your infrastructure's current setup.
When you want to check the details of resources Terraform manages without applying changes
When you need to verify the current state of your infrastructure after deployment
When you want to debug or audit what Terraform knows about your resources
When you want to export the state information in a readable format
When you want to compare the actual deployed resources with your configuration