Slide 90
Slide 90 text
TERRAFORM GRAPH
What order are you going to do things?
demo master terraform graph
digraph {
compound = "true"
newrank = "true"
subgraph "root" {
"[root] aws_instance.haproxy" [label = "aws_instance.haproxy",
shape = "box"]
"[root] aws_instance.web" [label = "aws_instance.web", shape =
"box"]
"[root] aws_internet_gateway.terraform-tutorial" [label =
"aws_internet_gateway.terraform-tutorial", shape = "box"]
"[root] aws_route_table.terraform-tutorial" [label =