-
Notifications
You must be signed in to change notification settings - Fork 4
/
terraform.tfstate.backup
187 lines (187 loc) · 8.68 KB
/
terraform.tfstate.backup
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
{
"version": 1,
"serial": 13,
"modules": [
{
"path": [
"root"
],
"outputs": {
"vpc_id": "vpc-96c07cf1"
},
"resources": {
"aws_instance.web": {
"type": "aws_instance",
"depends_on": [
"aws_key_pair.auth",
"aws_security_group.default",
"aws_subnet.default"
],
"primary": {
"id": "i-46e2c3da",
"attributes": {
"ami": "ami-3bda1956",
"availability_zone": "us-east-1e",
"disable_api_termination": "false",
"ebs_block_device.#": "0",
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "",
"id": "i-46e2c3da",
"instance_state": "running",
"instance_type": "t2.micro",
"key_name": "chef-reference-arch",
"monitoring": "false",
"private_dns": "ip-10-0-1-37.ec2.internal",
"private_ip": "10.0.1.37",
"public_dns": "",
"public_ip": "54.165.32.140",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "0",
"root_block_device.0.volume_size": "8",
"root_block_device.0.volume_type": "standard",
"security_groups.#": "0",
"source_dest_check": "true",
"subnet_id": "subnet-0441182e",
"tags.#": "0",
"tenancy": "default",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.2364367723": "sg-546c2e2f"
},
"meta": {
"schema_version": "1"
}
}
},
"aws_internet_gateway.default": {
"type": "aws_internet_gateway",
"depends_on": [
"aws_vpc.default"
],
"primary": {
"id": "igw-a2722dc6",
"attributes": {
"id": "igw-a2722dc6",
"vpc_id": "vpc-96c07cf1"
}
}
},
"aws_key_pair.auth": {
"type": "aws_key_pair",
"primary": {
"id": "chef-reference-arch",
"attributes": {
"id": "chef-reference-arch",
"key_name": "chef-reference-arch",
"public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCWGvcJY+YAc8F7deqeoxKE5heqLwGPaM79w+fa90aqFdZez0EYgoAuO18XbwwwW1CzCekBKW2W2QU1XEuNlCC1X4duukqvWzPhytYol40g5iUkxi548xQDxGI+TnoDcWPv+a1lMphsDE56HKOu/f6ibJNc4O3za3aMvsqFUCHtOpUGLVamfPi5Bxtg9BO+OpZtR+Qbp2H0Py9B2rvU5CrI9AFsvUd04aWFZl6DfltMyfgootGDRT5jbVwe26TcrjfFxdQnupmTZ5b/G3JnuEJ55B3CkOuHaJ8VVU1OFBWsYO15UmHSLow8rN5IdSQBxSgcsfvmya981DtCmU3H38qz"
},
"meta": {
"schema_version": "1"
}
}
},
"aws_route.internet_access": {
"type": "aws_route",
"depends_on": [
"aws_internet_gateway.default",
"aws_vpc.default"
],
"primary": {
"id": "r-rtb-94acabf31080289494",
"attributes": {
"destination_cidr_block": "0.0.0.0/0",
"destination_prefix_list_id": "",
"gateway_id": "igw-a2722dc6",
"id": "r-rtb-94acabf31080289494",
"instance_id": "",
"instance_owner_id": "",
"nat_gateway_id": "",
"network_interface_id": "",
"origin": "CreateRoute",
"route_table_id": "rtb-94acabf3",
"state": "active",
"vpc_peering_connection_id": ""
}
}
},
"aws_security_group.default": {
"type": "aws_security_group",
"depends_on": [
"aws_vpc.default"
],
"primary": {
"id": "sg-546c2e2f",
"attributes": {
"description": "Used in the terraform",
"egress.#": "1",
"egress.482069346.cidr_blocks.#": "1",
"egress.482069346.cidr_blocks.0": "0.0.0.0/0",
"egress.482069346.from_port": "0",
"egress.482069346.protocol": "-1",
"egress.482069346.security_groups.#": "0",
"egress.482069346.self": "false",
"egress.482069346.to_port": "0",
"id": "sg-546c2e2f",
"ingress.#": "2",
"ingress.2165049311.cidr_blocks.#": "1",
"ingress.2165049311.cidr_blocks.0": "10.0.0.0/16",
"ingress.2165049311.from_port": "80",
"ingress.2165049311.protocol": "tcp",
"ingress.2165049311.security_groups.#": "0",
"ingress.2165049311.self": "false",
"ingress.2165049311.to_port": "80",
"ingress.2541437006.cidr_blocks.#": "1",
"ingress.2541437006.cidr_blocks.0": "0.0.0.0/0",
"ingress.2541437006.from_port": "22",
"ingress.2541437006.protocol": "tcp",
"ingress.2541437006.security_groups.#": "0",
"ingress.2541437006.self": "false",
"ingress.2541437006.to_port": "22",
"name": "terraform_example",
"owner_id": "967320924281",
"tags.#": "0",
"vpc_id": "vpc-96c07cf1"
}
}
},
"aws_subnet.default": {
"type": "aws_subnet",
"depends_on": [
"aws_vpc.default"
],
"primary": {
"id": "subnet-0441182e",
"attributes": {
"availability_zone": "us-east-1e",
"cidr_block": "10.0.1.0/24",
"id": "subnet-0441182e",
"map_public_ip_on_launch": "false",
"tags.#": "0",
"vpc_id": "vpc-96c07cf1"
}
}
},
"aws_vpc.default": {
"type": "aws_vpc",
"primary": {
"id": "vpc-96c07cf1",
"attributes": {
"cidr_block": "10.0.0.0/16",
"default_network_acl_id": "acl-75aacc12",
"default_security_group_id": "sg-5e6c2e25",
"dhcp_options_id": "dopt-f0283b92",
"enable_classiclink": "false",
"enable_dns_hostnames": "false",
"enable_dns_support": "true",
"id": "vpc-96c07cf1",
"instance_tenancy": "default",
"main_route_table_id": "rtb-94acabf3",
"tags.#": "0"
}
}
}
}
}
]
}