terraform-graph-beautifier

Beautify Terraform graph output into readable visualizations

brewmacoslinux
Try with needOr install directly
Source

About

CLI to beautify `terraform graph` output

Commands

terraform-graph-beautifier

Examples

Convert Terraform graph to a beautified SVG diagram$ terraform graph | terraform-graph-beautifier | dot -Tsvg > graph.svg
Generate a PNG image from Terraform graph output$ terraform graph | terraform-graph-beautifier | dot -Tpng > graph.png
Output beautified graph in dot format for inspection$ terraform graph | terraform-graph-beautifier > graph.dot