Generate graph visualizations from Terraform state or HCL files
Read your tfstate or HCL to generate a graph
inframap$ inframap graph terraform.tfstate | dot -Tsvg > graph.svg$ inframap graph ./terraform | dot -Tpng > infrastructure.png$ inframap graph terraform.tfstate