Terraform State Visualizer Online – Free | 8gwifi.org

InfraMap - Terraform State Visualizer

Multi-Cloud Infrastructure Client-Side
Anish Nath
Loading InfraMap WASM runtime (~8MB compressed)...
Terraform Input
Paste tfstate or HCL
Options
Examples:
Privacy: Your data stays in your browser. Nothing is sent to any server.
Infrastructure Diagram

Generate a diagram to see the preview

Supported Providers
AWS Azure Google Cloud OpenStack FlexibleEngine

Support This Free Tool

Every coffee helps keep the servers running. Every book sale funds the next tool I'm dreaming up. You're not just supporting a site — you're helping me build what developers actually need.

500K+ users
200+ tools
100% private
Privacy Guarantee: Private keys you enter or generate are never stored on our servers. All tools are served over HTTPS.
Understanding InfraMap
What is InfraMap?

InfraMap is an open-source tool that reads Terraform state files (tfstate) or HCL configurations and generates visual infrastructure diagrams. Unlike terraform graph, InfraMap applies provider-specific logic to filter out noise and show only meaningful resource relationships.

Supported Input Formats
Terraform State (tfstate)

JSON files generated by terraform apply. Contains the current state of your infrastructure including resource IDs and attributes.

HCL Configuration

HashiCorp Configuration Language files (.tf). Describes your desired infrastructure as code.

How to Get Your Terraform State
# Show current state
terraform show -json > terraform.tfstate.json

# Or pull from remote backend
terraform state pull > terraform.tfstate.json
Options Explained
  • Clean: Remove unconnected nodes from the graph (default: on)
  • Connections: Apply provider-specific connection logic to show meaningful relationships (default: on)
Tips:
  • For large state files, the visualization may take a few seconds to render.
  • Use the PNG/SVG export for documentation or presentations.
  • The DOT output can be used with other GraphViz tools.