inframap

Generate graph visualizations from Terraform state or HCL files

brewmacoslinux
Try with needOr install directly
Source

About

Read your tfstate or HCL to generate a graph

Commands

inframap

Examples

Generate a graph from Terraform state file$ inframap graph terraform.tfstate | dot -Tsvg > graph.svg
Generate a graph from HCL configuration directory$ inframap graph ./terraform | dot -Tpng > infrastructure.png
Display graph in dot format for inspection$ inframap graph terraform.tfstate