-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgraph.dot
88 lines (87 loc) · 8.97 KB
/
graph.dot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
digraph {
compound = "true"
newrank = "true"
subgraph "root" {
"[root] module.ecr.aws_ecr_repository.ecr_repository_aeis (expand)" [label = "module.ecr.aws_ecr_repository.ecr_repository_aeis", shape = "box"]
"[root] module.eip.aws_eip.aeis_eip (expand)" [label = "module.eip.aws_eip.aeis_eip", shape = "box"]
"[root] module.network_interface.aws_network_interface.aeis_network_interface (expand)" [label = "module.network_interface.aws_network_interface.aeis_network_interface", shape = "box"]
"[root] module.security_groups.aws_security_group.web_server_sg (expand)" [label = "module.security_groups.aws_security_group.web_server_sg", shape = "box"]
"[root] module.subnet.aws_internet_gateway.fis_public_internet_gateway (expand)" [label = "module.subnet.aws_internet_gateway.fis_public_internet_gateway", shape = "box"]
"[root] module.subnet.aws_route_table.fis_public_subnet_route_table (expand)" [label = "module.subnet.aws_route_table.fis_public_subnet_route_table", shape = "box"]
"[root] module.subnet.aws_route_table_association.fis_public_association (expand)" [label = "module.subnet.aws_route_table_association.fis_public_association", shape = "box"]
"[root] module.subnet.aws_subnet.private_subnet (expand)" [label = "module.subnet.aws_subnet.private_subnet", shape = "box"]
"[root] module.subnet.aws_subnet.public_subnet (expand)" [label = "module.subnet.aws_subnet.public_subnet", shape = "box"]
"[root] module.ubuntu_ami.data.aws_ami.ubuntu (expand)" [label = "module.ubuntu_ami.data.aws_ami.ubuntu", shape = "box"]
"[root] module.ubuntu_instance.aws_instance.ubuntu_aeis_instance_ubuntu (expand)" [label = "module.ubuntu_instance.aws_instance.ubuntu_aeis_instance_ubuntu", shape = "box"]
"[root] module.vpc.aws_vpc.fis_vpc (expand)" [label = "module.vpc.aws_vpc.fis_vpc", shape = "box"]
"[root] provider[\"registry.terraform.io/hashicorp/aws\"]" [label = "provider[\"registry.terraform.io/hashicorp/aws\"]", shape = "diamond"]
"[root] module.ecr (close)" -> "[root] module.ecr.output.url_ecr_repository_aeis (expand)"
"[root] module.ecr.aws_ecr_repository.ecr_repository_aeis (expand)" -> "[root] module.ecr (expand)"
"[root] module.ecr.aws_ecr_repository.ecr_repository_aeis (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.ecr.output.url_ecr_repository_aeis (expand)" -> "[root] module.ecr.aws_ecr_repository.ecr_repository_aeis (expand)"
"[root] module.eip (close)" -> "[root] module.eip.output.eip_id (expand)"
"[root] module.eip (expand)" -> "[root] module.ubuntu_instance (close)"
"[root] module.eip.aws_eip.aeis_eip (expand)" -> "[root] module.eip.var.instance_id (expand)"
"[root] module.eip.aws_eip.aeis_eip (expand)" -> "[root] module.eip.var.network_interface_id (expand)"
"[root] module.eip.aws_eip.aeis_eip (expand)" -> "[root] module.eip.var.network_interface_private_ip (expand)"
"[root] module.eip.output.eip_id (expand)" -> "[root] module.eip.aws_eip.aeis_eip (expand)"
"[root] module.eip.var.instance_id (expand)" -> "[root] module.eip (expand)"
"[root] module.eip.var.network_interface_id (expand)" -> "[root] module.eip (expand)"
"[root] module.eip.var.network_interface_private_ip (expand)" -> "[root] module.eip (expand)"
"[root] module.network_interface (close)" -> "[root] module.network_interface.output.network_interface_id (expand)"
"[root] module.network_interface (close)" -> "[root] module.network_interface.output.private_ips (expand)"
"[root] module.network_interface (expand)" -> "[root] module.security_groups (close)"
"[root] module.network_interface (expand)" -> "[root] module.subnet (close)"
"[root] module.network_interface.aws_network_interface.aeis_network_interface (expand)" -> "[root] module.network_interface.var.public_subnet_id (expand)"
"[root] module.network_interface.aws_network_interface.aeis_network_interface (expand)" -> "[root] module.network_interface.var.security_group_id (expand)"
"[root] module.network_interface.output.network_interface_id (expand)" -> "[root] module.network_interface.aws_network_interface.aeis_network_interface (expand)"
"[root] module.network_interface.output.private_ips (expand)" -> "[root] module.network_interface.aws_network_interface.aeis_network_interface (expand)"
"[root] module.network_interface.var.public_subnet_id (expand)" -> "[root] module.network_interface (expand)"
"[root] module.network_interface.var.security_group_id (expand)" -> "[root] module.network_interface (expand)"
"[root] module.security_groups (close)" -> "[root] module.security_groups.output.security_group_id (expand)"
"[root] module.security_groups (expand)" -> "[root] module.vpc (close)"
"[root] module.security_groups.aws_security_group.web_server_sg (expand)" -> "[root] module.security_groups.var.vpc_id (expand)"
"[root] module.security_groups.output.security_group_id (expand)" -> "[root] module.security_groups.aws_security_group.web_server_sg (expand)"
"[root] module.security_groups.var.vpc_id (expand)" -> "[root] module.security_groups (expand)"
"[root] module.subnet (close)" -> "[root] module.subnet.aws_route_table_association.fis_public_association (expand)"
"[root] module.subnet (close)" -> "[root] module.subnet.aws_subnet.private_subnet (expand)"
"[root] module.subnet (close)" -> "[root] module.subnet.output.public_subnet_id (expand)"
"[root] module.subnet (expand)" -> "[root] module.vpc (close)"
"[root] module.subnet.aws_internet_gateway.fis_public_internet_gateway (expand)" -> "[root] module.subnet.var.vpc_id (expand)"
"[root] module.subnet.aws_route_table.fis_public_subnet_route_table (expand)" -> "[root] module.subnet.aws_internet_gateway.fis_public_internet_gateway (expand)"
"[root] module.subnet.aws_route_table_association.fis_public_association (expand)" -> "[root] module.subnet.aws_route_table.fis_public_subnet_route_table (expand)"
"[root] module.subnet.aws_route_table_association.fis_public_association (expand)" -> "[root] module.subnet.aws_subnet.public_subnet (expand)"
"[root] module.subnet.aws_subnet.private_subnet (expand)" -> "[root] module.subnet.var.vpc_id (expand)"
"[root] module.subnet.aws_subnet.public_subnet (expand)" -> "[root] module.subnet.var.vpc_id (expand)"
"[root] module.subnet.output.public_subnet_id (expand)" -> "[root] module.subnet.aws_subnet.public_subnet (expand)"
"[root] module.subnet.var.vpc_id (expand)" -> "[root] module.subnet (expand)"
"[root] module.ubuntu_ami (close)" -> "[root] module.ubuntu_ami.output.ubuntu (expand)"
"[root] module.ubuntu_ami.data.aws_ami.ubuntu (expand)" -> "[root] module.ubuntu_ami (expand)"
"[root] module.ubuntu_ami.data.aws_ami.ubuntu (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.ubuntu_ami.output.ubuntu (expand)" -> "[root] module.ubuntu_ami.data.aws_ami.ubuntu (expand)"
"[root] module.ubuntu_instance (close)" -> "[root] module.ubuntu_instance.output.ubuntu_instance_id (expand)"
"[root] module.ubuntu_instance (expand)" -> "[root] module.network_interface (close)"
"[root] module.ubuntu_instance.aws_instance.ubuntu_aeis_instance_ubuntu (expand)" -> "[root] module.ubuntu_instance.var.ami_id (expand)"
"[root] module.ubuntu_instance.aws_instance.ubuntu_aeis_instance_ubuntu (expand)" -> "[root] module.ubuntu_instance.var.network_interface_id (expand)"
"[root] module.ubuntu_instance.output.ubuntu_instance_id (expand)" -> "[root] module.ubuntu_instance.aws_instance.ubuntu_aeis_instance_ubuntu (expand)"
"[root] module.ubuntu_instance.var.ami_id (expand)" -> "[root] module.ubuntu_ami.output.ubuntu (expand)"
"[root] module.ubuntu_instance.var.ami_id (expand)" -> "[root] module.ubuntu_instance (expand)"
"[root] module.ubuntu_instance.var.network_interface_id (expand)" -> "[root] module.ubuntu_instance (expand)"
"[root] module.vpc (close)" -> "[root] module.vpc.output.fis_vpc_id (expand)"
"[root] module.vpc.aws_vpc.fis_vpc (expand)" -> "[root] module.vpc (expand)"
"[root] module.vpc.aws_vpc.fis_vpc (expand)" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"]"
"[root] module.vpc.output.fis_vpc_id (expand)" -> "[root] module.vpc.aws_vpc.fis_vpc (expand)"
"[root] output.private_aeis_ip (expand)" -> "[root] module.network_interface.output.private_ips (expand)"
"[root] output.public_aeis_ip (expand)" -> "[root] module.eip.output.eip_id (expand)"
"[root] output.url_ecr_repository_aeis (expand)" -> "[root] module.ecr.output.url_ecr_repository_aeis (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.ecr.aws_ecr_repository.ecr_repository_aeis (expand)"
"[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)" -> "[root] module.eip.aws_eip.aeis_eip (expand)"
"[root] root" -> "[root] module.ecr (close)"
"[root] root" -> "[root] module.eip (close)"
"[root] root" -> "[root] module.ubuntu_ami (close)"
"[root] root" -> "[root] output.private_aeis_ip (expand)"
"[root] root" -> "[root] output.public_aeis_ip (expand)"
"[root] root" -> "[root] output.url_ecr_repository_aeis (expand)"
"[root] root" -> "[root] provider[\"registry.terraform.io/hashicorp/aws\"] (close)"
}
}