To generate graphs with Terraform
- Open a terminal window in the Terraform script directory
- Execute the command
terraform graph | dot -Tsvg > graph.svg
Knowledge Base for IT Professionals, Teachers and Astronauts
To generate graphs with Terraform
terraform graph | dot -Tsvg > graph.svg