Skip to content

Terraform

"Write, Plan, and Create Infrastructure as Code" - https://www.terraform.io/

Examples

Generate a graph of module dependencies

terraform init # must succeed
terraform graph | dot -Tsvg > graph.svg