Elysia Tools
Navigation
Development
Terraform Plan JSON Samples
Sample Terraform plan JSON files exported from terraform show -json style payloads for dependency visualization and change review
Samples
Entries inside this sample collection
AWS Web Stack Plan
Plan with create, update, and replace actions across VPC, subnet, IAM policy, and security group resources
Difficulty
2/10
Estimated time
2 min
Tags
terraform, aws, plan-json, create, update, replace
aws-web-stack-plan.json
JSON · 1917 B
- format
- Terraform plan JSON
- fileSize
- 1917 B
- providers
- ["aws"]
- actions
- ["create","update","replace"]
- toolId
- terraform-plan-visualizer
Platform Operations Plan
Plan mixing delete, read, and no-op actions across AWS, random, and Kubernetes related resources
Difficulty
3/10
Estimated time
3 min
Tags
terraform, multi-provider, plan-json, delete, read, no-op
platform-operations-plan.json
JSON · 1984 B
- format
- Terraform plan JSON
- fileSize
- 1984 B
- providers
- ["aws","random","kubernetes"]
- actions
- ["delete","read","no-op","update"]
- toolId
- terraform-plan-visualizer
Child Module Network Expansion
Plan with nested child_modules showing dependency chains for module-scoped VPC, subnet, and route table resources
Difficulty
5/10
Estimated time
4 min
Tags
terraform, child-modules, dependencies, network, plan-json
child-module-network-expansion.json
JSON · 2661 B
- format
- Terraform plan JSON
- fileSize
- 2661 B
- providers
- ["aws"]
- actions
- ["create","update","replace"]
- toolId
- terraform-plan-visualizer
Tools
Tools frequently paired with this sample
Related