1. Reviewing a VPC and Security Group Deployment
DevOps EngineerBackground
A DevOps engineer is adding a new AWS VPC, subnets, and security groups, while updating an IAM policy.
Problem
Reading the raw JSON output of the plan is difficult and makes it hard to verify if the security group depends on the correct VPC.
How to use
Paste the 'terraform show -json' output into the Terraform Plan Input field and ensure Show Dependency Graph is checked.
Input Format: JSON, Show Dependency Graph: TrueOutcome
The tool generates an HTML summary showing the VPC and subnet as 'create', the IAM policy as 'update', and displays a graph confirming the security group depends on both the VPC and subnet.