# Terraform Plan JSON Samples

Sample Terraform plan JSON files exported from terraform show -json style payloads for dependency visualization and change review

> Canonical page: https://elysiatools.com/en/samples/terraform-plan-json-samples

- **Category:** Development

- **Keywords:** terraform, plan, json, terraform show -json, infrastructure, devops, dependency graph

## Overview

Sample Terraform plan JSON files exported from terraform show -json style payloads for dependency visualization and change review

## Examples

- **AWS Web Stack Plan**: Plan with create, update, and replace actions across VPC, subnet, IAM policy, and security group resources
- **Platform Operations Plan**: Plan mixing delete, read, and no-op actions across AWS, random, and Kubernetes related resources
- **Child Module Network Expansion**: Plan with nested child_modules showing dependency chains for module-scoped VPC, subnet, and route table resources

## When to use

- Use this sample set when you want reference inputs for Terraform Plan JSON Samples.
- Use it to preview output formats and compare related sample variants.

## How it works

- Open a sample entry to inspect the prepared example payload or asset.
- Compare it with related tools to understand how the workflow connects.

## Use cases

- AWS Web Stack Plan
- Platform Operations Plan
- Child Module Network Expansion

## Frequently asked questions

### What is included in Terraform Plan JSON Samples?

This page includes curated sample entries, related tools, and neighboring sample collections for Terraform Plan JSON Samples.

## Related tools

- [Terraform Plan Visualizer](https://elysiatools.com/en/tools/terraform-plan-visualizer): Parse Terraform plan JSON or text output, classify resource changes, and surface a dependency-oriented summary before apply
- [JSON Diff Visualizer](https://elysiatools.com/en/tools/json-diff-visualizer): Compare two JSON payloads and render a visual HTML diff with path-level additions, removals, changes, and statistics
- [JSON to Go Struct Converter](https://elysiatools.com/en/tools/json-to-go): Convert JSON data into Go struct definitions with json struct tags, exported PascalCase fields, and nested type inference
- [JSON to Rust Struct Converter](https://elysiatools.com/en/tools/json-to-rust): Convert JSON data into Rust structs with serde Serialize/Deserialize derives, snake_case fields, and serde rename attributes
- [HCL-JSON Converter](https://elysiatools.com/en/tools/hcl-json-converter): Convert between HashiCorp Configuration Language (HCL) and JSON formats for Terraform configurations
- [JSON Data Lineage Tracer](https://elysiatools.com/en/tools/json-data-lineage-tracer): Trace JSON field paths, derived dependencies, and transformation history to build a field-level lineage graph
- [JSON Key Extractor](https://elysiatools.com/en/tools/json-key-extractor): Extract all keys from JSON objects with multiple output formats. Perfect for analyzing JSON structure, documentation generation, and understanding complex nested objects.
- [JSON File Merger](https://elysiatools.com/en/tools/json-merger): Merge multiple JSON files with various merging strategies (deep merge, overwrite, combine arrays, etc.)

## Related content

- [ELK Stack Log Analysis Samples](https://elysiatools.com/en/samples/elk-stack-samples): Comprehensive ELK Stack (Elasticsearch, Logstash, Kibana) samples for log aggregation, processing, and visualization in distributed systems
- [Grafana Advanced Application Samples](https://elysiatools.com/en/samples/grafana-samples): Comprehensive Grafana samples covering advanced dashboard design, alerting configurations, data source integrations, and plugin development
- [PDF Samples](https://elysiatools.com/en/samples/pdf-samples): Generated PDF samples from tools dated 2026-02-01 to 2026-02-10
- [Postman Collections - API Testing](https://elysiatools.com/en/samples/postman-collections): Comprehensive Postman collection examples including API testing, automation scripts, environment variables, mock servers, and advanced testing patterns for REST APIs
- [CSV Samples](https://elysiatools.com/en/samples/csv-samples): Sample CSV files with various data types, sizes, and complexity levels
- [Distributed Tracing Samples](https://elysiatools.com/en/samples/distributed-tracing-samples): Comprehensive distributed tracing examples using Jaeger, OpenTelemetry, and other modern observability tools for microservices architecture
