
I try to build a VS Code & JetBrains extension that maps your Terraform resources as an interactive graph
I kept working on infra codebases where nobody had a clear picture of how Terraform resources relate to each other modules, data sources, providers all tangled with no visual map.
So I built an extension that scans your .tf files, discovers resources and their dependencies, and renders an interactive topology graph inside your IDE. It also picks up Kubernetes, Docker Compose, .NET Aspire and ArgoCD so you see the full picture from infra to deployment in one place.
Works in both VS Code and JetBrains IDEs. I named it Mesh Infra 🙂
Would love feedback from community, especially on what IaC relationships or resource types would make incident triage faster.
u/Ok-Pickle-3985 — 2 days ago