-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate
165 lines (165 loc) · 5.81 KB
/
terraform.tfstate
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
{
"version": 4,
"terraform_version": "1.2.7",
"serial": 5,
"lineage": "eee339b9-3809-bd2f-ea94-7bc56f59ea1b",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "aws_internet_gateway",
"name": "gw",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:ec2:us-west-1:986785391377:internet-gateway/igw-086bc596894e14200",
"id": "igw-086bc596894e14200",
"owner_id": "986785391377",
"tags": {
"Name": "gateway"
},
"tags_all": {
"Name": "gateway"
},
"timeouts": null,
"vpc_id": "vpc-0b338d20560189489"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjoxMjAwMDAwMDAwMDAwLCJkZWxldGUiOjEyMDAwMDAwMDAwMDAsInVwZGF0ZSI6MTIwMDAwMDAwMDAwMH19",
"dependencies": [
"aws_vpc.YaelAtadgi-dev-vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_route",
"name": "routeIGW",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"carrier_gateway_id": "",
"core_network_arn": "",
"destination_cidr_block": "0.0.0.0/0",
"destination_ipv6_cidr_block": "",
"destination_prefix_list_id": "",
"egress_only_gateway_id": "",
"gateway_id": "igw-086bc596894e14200",
"id": "r-rtb-0d969f6b045122a181080289494",
"instance_id": "",
"instance_owner_id": "",
"local_gateway_id": "",
"nat_gateway_id": "",
"network_interface_id": "",
"origin": "CreateRoute",
"route_table_id": "rtb-0d969f6b045122a18",
"state": "active",
"timeouts": null,
"transit_gateway_id": "",
"vpc_endpoint_id": "",
"vpc_peering_connection_id": ""
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjozMDAwMDAwMDAwMDAsImRlbGV0ZSI6MzAwMDAwMDAwMDAwLCJ1cGRhdGUiOjEyMDAwMDAwMDAwMH19",
"dependencies": [
"aws_internet_gateway.gw",
"aws_vpc.YaelAtadgi-dev-vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_subnet",
"name": "YaelAtadgi-k8s-subnet",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:us-west-1:986785391377:subnet/subnet-0cad9d5f28b459559",
"assign_ipv6_address_on_creation": false,
"availability_zone": "us-west-1a",
"availability_zone_id": "usw1-az3",
"cidr_block": "10.0.0.0/27",
"customer_owned_ipv4_pool": "",
"enable_dns64": false,
"enable_resource_name_dns_a_record_on_launch": false,
"enable_resource_name_dns_aaaa_record_on_launch": false,
"id": "subnet-0cad9d5f28b459559",
"ipv6_cidr_block": "",
"ipv6_cidr_block_association_id": "",
"ipv6_native": false,
"map_customer_owned_ip_on_launch": false,
"map_public_ip_on_launch": false,
"outpost_arn": "",
"owner_id": "986785391377",
"private_dns_hostname_type_on_launch": "ip-name",
"tags": {
"Name": "YaelAtadgi-k8s-subnet"
},
"tags_all": {
"Name": "YaelAtadgi-k8s-subnet"
},
"timeouts": null,
"vpc_id": "vpc-0b338d20560189489"
},
"sensitive_attributes": [],
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMH0sInNjaGVtYV92ZXJzaW9uIjoiMSJ9",
"dependencies": [
"aws_vpc.YaelAtadgi-dev-vpc"
]
}
]
},
{
"mode": "managed",
"type": "aws_vpc",
"name": "YaelAtadgi-dev-vpc",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"arn": "arn:aws:ec2:us-west-1:986785391377:vpc/vpc-0b338d20560189489",
"assign_generated_ipv6_cidr_block": false,
"cidr_block": "10.0.0.0/24",
"default_network_acl_id": "acl-0282c0994084dcb79",
"default_route_table_id": "rtb-0d969f6b045122a18",
"default_security_group_id": "sg-002239b3420396fa3",
"dhcp_options_id": "dopt-04046819bf86ef703",
"enable_classiclink": false,
"enable_classiclink_dns_support": false,
"enable_dns_hostnames": false,
"enable_dns_support": true,
"enable_network_address_usage_metrics": false,
"id": "vpc-0b338d20560189489",
"instance_tenancy": "default",
"ipv4_ipam_pool_id": null,
"ipv4_netmask_length": null,
"ipv6_association_id": "",
"ipv6_cidr_block": "",
"ipv6_cidr_block_network_border_group": "",
"ipv6_ipam_pool_id": "",
"ipv6_netmask_length": 0,
"main_route_table_id": "rtb-0d969f6b045122a18",
"owner_id": "986785391377",
"tags": {
"Name": "YaelAtadgi-dev-vpc"
},
"tags_all": {
"Name": "YaelAtadgi-dev-vpc"
}
},
"sensitive_attributes": [],
"private": "eyJzY2hlbWFfdmVyc2lvbiI6IjEifQ=="
}
]
}
]
}