Terraform State Visualizer

Explore your infrastructure at a glance

Your state file never leaves your browser

Why Visualize Terraform State?

Infrastructure as Code (IaC) has revolutionized cloud engineering, but as your Terraform projects grow, understanding the blast radius of changes becomes increasingly difficult. The terraform.tfstate file contains a comprehensive, structured map of your entire deployed architecture. However, reading thousands of lines of JSON to understand dependencies is impractical. This visualizer transforms that raw data into an intuitive, interactive graph.

Key Capabilities of the State Explorer

  • Resource Inventory Tracking: Instantly break down your infrastructure by provider (AWS, GCP, Azure) and resource type. Identify orphaned resources or unexpected scaling configurations without running complex CLI queries.
  • Dependency Mapping: Terraform state naturally tracks which resources rely on others. The visualizer maps these intrinsic relationships, allowing you to trace networking dependencies, security group attachments, and IAM role associations visually.
  • Module Hierarchy Extraction: Modern Terraform relies heavily on reusable modules. This tool parses the module paths within the state file to show you exactly how your root architecture decomposes into underlying components.

Zero-Trust Architecture (Client-Side Only)

A Terraform state file is one of the most sensitive artifacts in your organization. It often contains plaintext secrets, database passwords, and private IP addresses. Do not upload your state files to random servers. This visualizer is built with a zero-trust, privacy-first architecture. The .tfstate file you provide is parsed using the HTML5 File API and processed entirely within your local browser memory. No data is ever transmitted across the network.