Generate a diagram to see the preview
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.
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.
JSON files generated by terraform apply. Contains the current state of your infrastructure including resource IDs and attributes.
HashiCorp Configuration Language files (.tf). Describes your desired infrastructure as code.
# Show current state
terraform show -json > terraform.tfstate.json
# Or pull from remote backend
terraform state pull > terraform.tfstate.json
Free online tool to visualize tfstate files and generate infrastructure diagrams