Created
February 3, 2021 17:08
-
-
Save Craigson/12a2413074bed14fe6c20c8b6bb1f066 to your computer and use it in GitHub Desktop.
Output of the terraform graph command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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