Terraform is a means of declaratively specifying infrastructure.
Terraform comes with built in graph visualization (requires Graphviz) :
terraform graph | dot -Tsvg > graph.svg
Random outpourings of a software developer
Terraform is a means of declaratively specifying infrastructure.
Terraform comes with built in graph visualization (requires Graphviz) :
terraform graph | dot -Tsvg > graph.svg