Turns your Terraform files into visual architecture diagrams by parsing resources, modules, and dependencies, then hitting the Eraser API to render them. It understands multi-cloud setups across AWS, Azure, and GCP, groups resources by VPCs or VNets, and maps out the connections between load balancers, instances, databases, and everything else defined in your HCL. The output is tight: just the diagram image, an editor link, and the DSL code. Useful when you inherit infrastructure code and need to see what's actually deployed, or when you want to document your setup without drawing boxes manually. Works best when you have real .tf files to feed it.
npx skills add https://github.com/eraserlabs/eraser-io --skill terraform-diagrams