Terraform Diagrammer + Generator
Diagram existing Terraform or generate new Terraform from a visual canvas.
Upload IaC to get a clean architecture view, or build from scratch with drag-and-drop AWS resources and export Terraform files. One workflow for both diagramming and generation.
Terraform input
codehcl
1module "network" {
2 source = "./modules/vpc"
3 cidr_block = "10.0.0.0/16"
4}
5
6resource "aws_instance" "app" {
7 ami = var.app_ami
8 instance_type = "t3.micro"
9}
Diagram output
UI
API
Parser
DynamoDB
Cache
How it works
- - Parse Terraform modules and resources
- - Detect relationships, networks, and state
- - Sketch a clean diagram with minimal noise
Sign in with Google or email/password to start uploading your Terraform.
AI DevOps Guide
Start here for a practical Terraform-to-architecture workflow.
Comparison Guides
Head-to-head breakdowns on diagramming workflows and AI-assisted infrastructure development.