Skip to content

Instantly share code, notes, and snippets.

@Craigson
Created February 3, 2021 17:08
Show Gist options
  • Save Craigson/12a2413074bed14fe6c20c8b6bb1f066 to your computer and use it in GitHub Desktop.
Save Craigson/12a2413074bed14fe6c20c8b6bb1f066 to your computer and use it in GitHub Desktop.
Output of the terraform graph command
digraph {
compound = "true"
newrank = "true"
subgraph "root" {
"[root] local_file.ansible_inventory (expand)" [label = "local_file.ansible_inventory", shape = "box"]
"[root] module.aws.aws_instance.dev_ipfs (expand)" [label = "module.aws.aws_instance.dev_ipfs", shape = "box"]
...
"[root] root" -> "[root] provider[\"registry.terraform.io/hashicorp/local\"] (close)"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment