terraform.tfstate.backup 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594
  1. {
  2. "version": 3,
  3. "terraform_version": "0.7.11",
  4. "serial": 14,
  5. "lineage": "8872a594-44c9-4a47-9fbb-0fe7eedba393",
  6. "modules": [
  7. {
  8. "path": [
  9. "root"
  10. ],
  11. "outputs": {
  12. "NEXT-STEPS": {
  13. "sensitive": false,
  14. "type": "string",
  15. "value": "Enjoy!\n"
  16. },
  17. "webserver_dns": {
  18. "sensitive": false,
  19. "type": "string",
  20. "value": "webserver.lab.monkeybox.org"
  21. },
  22. "webserver_ip": {
  23. "sensitive": false,
  24. "type": "string",
  25. "value": "13.59.192.118"
  26. }
  27. },
  28. "resources": {
  29. "aws_instance.webserver": {
  30. "type": "aws_instance",
  31. "depends_on": [
  32. "aws_internet_gateway.gw_primary",
  33. "aws_security_group.sg_instance_access",
  34. "aws_subnet.subnet_public_a",
  35. "data.aws_ami.centos7",
  36. "data.aws_availability_zones.available"
  37. ],
  38. "primary": {
  39. "id": "i-057d5b52f321b8df5",
  40. "attributes": {
  41. "ami": "ami-18f8df7d",
  42. "associate_public_ip_address": "true",
  43. "availability_zone": "us-east-2a",
  44. "disable_api_termination": "false",
  45. "ebs_block_device.#": "1",
  46. "ebs_block_device.2634515331.delete_on_termination": "true",
  47. "ebs_block_device.2634515331.device_name": "/dev/sdd",
  48. "ebs_block_device.2634515331.encrypted": "false",
  49. "ebs_block_device.2634515331.iops": "100",
  50. "ebs_block_device.2634515331.snapshot_id": "",
  51. "ebs_block_device.2634515331.volume_size": "2",
  52. "ebs_block_device.2634515331.volume_type": "gp2",
  53. "ebs_optimized": "false",
  54. "ephemeral_block_device.#": "0",
  55. "iam_instance_profile": "",
  56. "id": "i-057d5b52f321b8df5",
  57. "instance_initiated_shutdown_behavior": "terminate",
  58. "instance_state": "running",
  59. "instance_type": "t2.micro",
  60. "key_name": "Fred-IO",
  61. "monitoring": "false",
  62. "network_interface_id": "eni-39da2a52",
  63. "private_dns": "ip-10-45-0-234.us-east-2.compute.internal",
  64. "private_ip": "10.45.0.234",
  65. "public_dns": "ec2-13-59-192-118.us-east-2.compute.amazonaws.com",
  66. "public_ip": "13.59.192.118",
  67. "root_block_device.#": "1",
  68. "root_block_device.0.delete_on_termination": "true",
  69. "root_block_device.0.iops": "0",
  70. "root_block_device.0.volume_size": "20",
  71. "root_block_device.0.volume_type": "standard",
  72. "security_groups.#": "0",
  73. "source_dest_check": "true",
  74. "subnet_id": "subnet-9dc44df4",
  75. "tags.%": "1",
  76. "tags.Name": "webserver",
  77. "tenancy": "default",
  78. "user_data": "93a4fa92ca68fd32558a63738d772c9c424129fe",
  79. "vpc_security_group_ids.#": "1",
  80. "vpc_security_group_ids.3335003217": "sg-470f7a2e"
  81. },
  82. "meta": {
  83. "schema_version": "1"
  84. },
  85. "tainted": false
  86. },
  87. "deposed": [],
  88. "provider": ""
  89. },
  90. "aws_internet_gateway.gw_primary": {
  91. "type": "aws_internet_gateway",
  92. "depends_on": [
  93. "aws_vpc.vpc_primary"
  94. ],
  95. "primary": {
  96. "id": "igw-597ddb30",
  97. "attributes": {
  98. "id": "igw-597ddb30",
  99. "tags.%": "1",
  100. "tags.Name": "Primary Gateway",
  101. "vpc_id": "vpc-1cc37b75"
  102. },
  103. "meta": {},
  104. "tainted": false
  105. },
  106. "deposed": [],
  107. "provider": ""
  108. },
  109. "aws_network_acl.acl_public": {
  110. "type": "aws_network_acl",
  111. "depends_on": [
  112. "aws_subnet.subnet_public_a",
  113. "aws_vpc.vpc_primary"
  114. ],
  115. "primary": {
  116. "id": "acl-7fb53316",
  117. "attributes": {
  118. "egress.#": "1",
  119. "egress.57423372.action": "allow",
  120. "egress.57423372.cidr_block": "0.0.0.0/0",
  121. "egress.57423372.from_port": "0",
  122. "egress.57423372.icmp_code": "0",
  123. "egress.57423372.icmp_type": "0",
  124. "egress.57423372.protocol": "-1",
  125. "egress.57423372.rule_no": "10",
  126. "egress.57423372.to_port": "0",
  127. "id": "acl-7fb53316",
  128. "ingress.#": "1",
  129. "ingress.57423372.action": "allow",
  130. "ingress.57423372.cidr_block": "0.0.0.0/0",
  131. "ingress.57423372.from_port": "0",
  132. "ingress.57423372.icmp_code": "0",
  133. "ingress.57423372.icmp_type": "0",
  134. "ingress.57423372.protocol": "-1",
  135. "ingress.57423372.rule_no": "10",
  136. "ingress.57423372.to_port": "0",
  137. "subnet_ids.#": "1",
  138. "subnet_ids.2975052793": "subnet-9dc44df4",
  139. "tags.%": "1",
  140. "tags.Name": "Public Subnets",
  141. "vpc_id": "vpc-1cc37b75"
  142. },
  143. "meta": {},
  144. "tainted": false
  145. },
  146. "deposed": [],
  147. "provider": ""
  148. },
  149. "aws_route53_record.webserver": {
  150. "type": "aws_route53_record",
  151. "depends_on": [
  152. "aws_instance.webserver"
  153. ],
  154. "primary": {
  155. "id": "Z49JKEQC08KW8_webserver.lab.monkeybox.org_A",
  156. "attributes": {
  157. "fqdn": "webserver.lab.monkeybox.org",
  158. "health_check_id": "",
  159. "id": "Z49JKEQC08KW8_webserver.lab.monkeybox.org_A",
  160. "name": "webserver.lab.monkeybox.org",
  161. "records.#": "1",
  162. "records.4293494399": "13.59.192.118",
  163. "set_identifier": "",
  164. "ttl": "300",
  165. "type": "A",
  166. "zone_id": "Z49JKEQC08KW8"
  167. },
  168. "meta": {
  169. "schema_version": "2"
  170. },
  171. "tainted": false
  172. },
  173. "deposed": [],
  174. "provider": ""
  175. },
  176. "aws_route53_record.webserver_pvt": {
  177. "type": "aws_route53_record",
  178. "depends_on": [
  179. "aws_instance.webserver"
  180. ],
  181. "primary": {
  182. "id": "Z49JKEQC08KW8_webserver_pvt.lab.monkeybox.org_A",
  183. "attributes": {
  184. "fqdn": "webserver_pvt.lab.monkeybox.org",
  185. "health_check_id": "",
  186. "id": "Z49JKEQC08KW8_webserver_pvt.lab.monkeybox.org_A",
  187. "name": "webserver_pvt.lab.monkeybox.org",
  188. "records.#": "1",
  189. "records.1965395453": "10.45.0.234",
  190. "set_identifier": "",
  191. "ttl": "300",
  192. "type": "A",
  193. "zone_id": "Z49JKEQC08KW8"
  194. },
  195. "meta": {
  196. "schema_version": "2"
  197. },
  198. "tainted": false
  199. },
  200. "deposed": [],
  201. "provider": ""
  202. },
  203. "aws_route_table.r": {
  204. "type": "aws_route_table",
  205. "depends_on": [
  206. "aws_internet_gateway.gw_primary",
  207. "aws_vpc.vpc_primary"
  208. ],
  209. "primary": {
  210. "id": "rtb-ab9e1dc2",
  211. "attributes": {
  212. "id": "rtb-ab9e1dc2",
  213. "propagating_vgws.#": "0",
  214. "route.#": "1",
  215. "route.1136528577.cidr_block": "0.0.0.0/0",
  216. "route.1136528577.gateway_id": "igw-597ddb30",
  217. "route.1136528577.instance_id": "",
  218. "route.1136528577.nat_gateway_id": "",
  219. "route.1136528577.network_interface_id": "",
  220. "route.1136528577.vpc_peering_connection_id": "",
  221. "tags.%": "1",
  222. "tags.Name": "Primary Route Table",
  223. "vpc_id": "vpc-1cc37b75"
  224. },
  225. "meta": {},
  226. "tainted": false
  227. },
  228. "deposed": [],
  229. "provider": ""
  230. },
  231. "aws_route_table_association.rt_public_a": {
  232. "type": "aws_route_table_association",
  233. "depends_on": [
  234. "aws_route_table.r",
  235. "aws_subnet.subnet_public_a"
  236. ],
  237. "primary": {
  238. "id": "rtbassoc-80c8a8e9",
  239. "attributes": {
  240. "id": "rtbassoc-80c8a8e9",
  241. "route_table_id": "rtb-ab9e1dc2",
  242. "subnet_id": "subnet-9dc44df4"
  243. },
  244. "meta": {},
  245. "tainted": false
  246. },
  247. "deposed": [],
  248. "provider": ""
  249. },
  250. "aws_security_group.sg_instance_access": {
  251. "type": "aws_security_group",
  252. "depends_on": [
  253. "aws_vpc.vpc_primary"
  254. ],
  255. "primary": {
  256. "id": "sg-470f7a2e",
  257. "attributes": {
  258. "description": "Allows ssh/http/https in from me. Allows outbound on select ports.",
  259. "egress.#": "6",
  260. "egress.1046858579.cidr_blocks.#": "1",
  261. "egress.1046858579.cidr_blocks.0": "0.0.0.0/0",
  262. "egress.1046858579.from_port": "20",
  263. "egress.1046858579.prefix_list_ids.#": "0",
  264. "egress.1046858579.protocol": "tcp",
  265. "egress.1046858579.security_groups.#": "0",
  266. "egress.1046858579.self": "false",
  267. "egress.1046858579.to_port": "21",
  268. "egress.2214680975.cidr_blocks.#": "1",
  269. "egress.2214680975.cidr_blocks.0": "0.0.0.0/0",
  270. "egress.2214680975.from_port": "80",
  271. "egress.2214680975.prefix_list_ids.#": "0",
  272. "egress.2214680975.protocol": "tcp",
  273. "egress.2214680975.security_groups.#": "0",
  274. "egress.2214680975.self": "false",
  275. "egress.2214680975.to_port": "80",
  276. "egress.2342672136.cidr_blocks.#": "1",
  277. "egress.2342672136.cidr_blocks.0": "0.0.0.0/0",
  278. "egress.2342672136.from_port": "53",
  279. "egress.2342672136.prefix_list_ids.#": "0",
  280. "egress.2342672136.protocol": "tcp",
  281. "egress.2342672136.security_groups.#": "0",
  282. "egress.2342672136.self": "false",
  283. "egress.2342672136.to_port": "53",
  284. "egress.2541437006.cidr_blocks.#": "1",
  285. "egress.2541437006.cidr_blocks.0": "0.0.0.0/0",
  286. "egress.2541437006.from_port": "22",
  287. "egress.2541437006.prefix_list_ids.#": "0",
  288. "egress.2541437006.protocol": "tcp",
  289. "egress.2541437006.security_groups.#": "0",
  290. "egress.2541437006.self": "false",
  291. "egress.2541437006.to_port": "22",
  292. "egress.2617001939.cidr_blocks.#": "1",
  293. "egress.2617001939.cidr_blocks.0": "0.0.0.0/0",
  294. "egress.2617001939.from_port": "443",
  295. "egress.2617001939.prefix_list_ids.#": "0",
  296. "egress.2617001939.protocol": "tcp",
  297. "egress.2617001939.security_groups.#": "0",
  298. "egress.2617001939.self": "false",
  299. "egress.2617001939.to_port": "443",
  300. "egress.2767972101.cidr_blocks.#": "1",
  301. "egress.2767972101.cidr_blocks.0": "0.0.0.0/0",
  302. "egress.2767972101.from_port": "53",
  303. "egress.2767972101.prefix_list_ids.#": "0",
  304. "egress.2767972101.protocol": "udp",
  305. "egress.2767972101.security_groups.#": "0",
  306. "egress.2767972101.self": "false",
  307. "egress.2767972101.to_port": "53",
  308. "id": "sg-470f7a2e",
  309. "ingress.#": "4",
  310. "ingress.2134925775.cidr_blocks.#": "2",
  311. "ingress.2134925775.cidr_blocks.0": "99.56.213.129/32",
  312. "ingress.2134925775.cidr_blocks.1": "10.45.0.0/16",
  313. "ingress.2134925775.from_port": "443",
  314. "ingress.2134925775.protocol": "tcp",
  315. "ingress.2134925775.security_groups.#": "0",
  316. "ingress.2134925775.self": "false",
  317. "ingress.2134925775.to_port": "443",
  318. "ingress.3138153729.cidr_blocks.#": "2",
  319. "ingress.3138153729.cidr_blocks.0": "99.56.213.129/32",
  320. "ingress.3138153729.cidr_blocks.1": "10.45.0.0/16",
  321. "ingress.3138153729.from_port": "80",
  322. "ingress.3138153729.protocol": "tcp",
  323. "ingress.3138153729.security_groups.#": "0",
  324. "ingress.3138153729.self": "false",
  325. "ingress.3138153729.to_port": "80",
  326. "ingress.3430211692.cidr_blocks.#": "2",
  327. "ingress.3430211692.cidr_blocks.0": "99.56.213.129/32",
  328. "ingress.3430211692.cidr_blocks.1": "10.45.0.0/16",
  329. "ingress.3430211692.from_port": "8000",
  330. "ingress.3430211692.protocol": "tcp",
  331. "ingress.3430211692.security_groups.#": "0",
  332. "ingress.3430211692.self": "false",
  333. "ingress.3430211692.to_port": "8000",
  334. "ingress.3527771028.cidr_blocks.#": "2",
  335. "ingress.3527771028.cidr_blocks.0": "99.56.213.129/32",
  336. "ingress.3527771028.cidr_blocks.1": "10.45.0.0/16",
  337. "ingress.3527771028.from_port": "22",
  338. "ingress.3527771028.protocol": "tcp",
  339. "ingress.3527771028.security_groups.#": "0",
  340. "ingress.3527771028.self": "false",
  341. "ingress.3527771028.to_port": "22",
  342. "name": "sg_instance_access",
  343. "owner_id": "082012130604",
  344. "tags.%": "0",
  345. "vpc_id": "vpc-1cc37b75"
  346. },
  347. "meta": {},
  348. "tainted": false
  349. },
  350. "deposed": [],
  351. "provider": ""
  352. },
  353. "aws_subnet.subnet_public_a": {
  354. "type": "aws_subnet",
  355. "depends_on": [
  356. "aws_vpc.vpc_primary",
  357. "data.aws_availability_zones.available"
  358. ],
  359. "primary": {
  360. "id": "subnet-9dc44df4",
  361. "attributes": {
  362. "availability_zone": "us-east-2a",
  363. "cidr_block": "10.45.0.0/24",
  364. "id": "subnet-9dc44df4",
  365. "map_public_ip_on_launch": "true",
  366. "tags.%": "1",
  367. "tags.Name": "Public Subnet A",
  368. "vpc_id": "vpc-1cc37b75"
  369. },
  370. "meta": {},
  371. "tainted": false
  372. },
  373. "deposed": [],
  374. "provider": ""
  375. },
  376. "aws_vpc.vpc_primary": {
  377. "type": "aws_vpc",
  378. "depends_on": [],
  379. "primary": {
  380. "id": "vpc-1cc37b75",
  381. "attributes": {
  382. "cidr_block": "10.45.0.0/16",
  383. "default_network_acl_id": "acl-32b3355b",
  384. "default_route_table_id": "rtb-9b9a19f2",
  385. "default_security_group_id": "sg-6e0c7907",
  386. "dhcp_options_id": "dopt-50af4539",
  387. "enable_dns_hostnames": "true",
  388. "enable_dns_support": "true",
  389. "id": "vpc-1cc37b75",
  390. "instance_tenancy": "default",
  391. "main_route_table_id": "rtb-9b9a19f2",
  392. "tags.%": "1",
  393. "tags.Name": "Primary VPC"
  394. },
  395. "meta": {},
  396. "tainted": false
  397. },
  398. "deposed": [],
  399. "provider": ""
  400. },
  401. "data.aws_ami.centos6": {
  402. "type": "aws_ami",
  403. "depends_on": [],
  404. "primary": {
  405. "id": "ami-19f8df7c",
  406. "attributes": {
  407. "architecture": "x86_64",
  408. "block_device_mappings.#": "1",
  409. "block_device_mappings.1671611489.device_name": "/dev/sda1",
  410. "block_device_mappings.1671611489.ebs.%": "6",
  411. "block_device_mappings.1671611489.ebs.delete_on_termination": "false",
  412. "block_device_mappings.1671611489.ebs.encrypted": "false",
  413. "block_device_mappings.1671611489.ebs.iops": "0",
  414. "block_device_mappings.1671611489.ebs.snapshot_id": "snap-07d57465b86130315",
  415. "block_device_mappings.1671611489.ebs.volume_size": "8",
  416. "block_device_mappings.1671611489.ebs.volume_type": "standard",
  417. "block_device_mappings.1671611489.no_device": "",
  418. "block_device_mappings.1671611489.virtual_name": "",
  419. "creation_date": "2017-05-10T18:56:14.000Z",
  420. "description": "CentOS Linux 6 x86_64 HVM EBS 1704_01",
  421. "filter.#": "1",
  422. "filter.595760024.name": "name",
  423. "filter.595760024.values.#": "1",
  424. "filter.595760024.values.0": "CentOS Linux 6 x86_64 HVM EBS *",
  425. "hypervisor": "xen",
  426. "id": "ami-19f8df7c",
  427. "image_id": "ami-19f8df7c",
  428. "image_location": "aws-marketplace/CentOS Linux 6 x86_64 HVM EBS 1704_01-74e73035-3435-48d6-88e0-89cc02ad83ee-ami-23285c35.4",
  429. "image_owner_alias": "aws-marketplace",
  430. "image_type": "machine",
  431. "most_recent": "true",
  432. "name": "CentOS Linux 6 x86_64 HVM EBS 1704_01-74e73035-3435-48d6-88e0-89cc02ad83ee-ami-23285c35.4",
  433. "owner_id": "679593333241",
  434. "owners.#": "1",
  435. "owners.0": "679593333241",
  436. "product_codes.#": "1",
  437. "product_codes.1390161506.product_code_id": "6x5jmcajty9edm3f211pqjfn2",
  438. "product_codes.1390161506.product_code_type": "marketplace",
  439. "public": "true",
  440. "root_device_name": "/dev/sda1",
  441. "root_device_type": "ebs",
  442. "state": "available",
  443. "state_reason.%": "2",
  444. "state_reason.code": "UNSET",
  445. "state_reason.message": "UNSET",
  446. "tags.#": "0",
  447. "virtualization_type": "hvm"
  448. },
  449. "meta": {},
  450. "tainted": false
  451. },
  452. "deposed": [],
  453. "provider": ""
  454. },
  455. "data.aws_ami.centos7": {
  456. "type": "aws_ami",
  457. "depends_on": [],
  458. "primary": {
  459. "id": "ami-18f8df7d",
  460. "attributes": {
  461. "architecture": "x86_64",
  462. "block_device_mappings.#": "1",
  463. "block_device_mappings.1671611489.device_name": "/dev/sda1",
  464. "block_device_mappings.1671611489.ebs.%": "6",
  465. "block_device_mappings.1671611489.ebs.delete_on_termination": "false",
  466. "block_device_mappings.1671611489.ebs.encrypted": "false",
  467. "block_device_mappings.1671611489.ebs.iops": "0",
  468. "block_device_mappings.1671611489.ebs.snapshot_id": "snap-06cb11fc9850b2bf1",
  469. "block_device_mappings.1671611489.ebs.volume_size": "8",
  470. "block_device_mappings.1671611489.ebs.volume_type": "standard",
  471. "block_device_mappings.1671611489.no_device": "",
  472. "block_device_mappings.1671611489.virtual_name": "",
  473. "creation_date": "2017-05-10T18:56:57.000Z",
  474. "description": "CentOS Linux 7 x86_64 HVM EBS 1704_01",
  475. "filter.#": "1",
  476. "filter.3159887878.name": "name",
  477. "filter.3159887878.values.#": "1",
  478. "filter.3159887878.values.0": "CentOS Linux 7 x86_64 HVM EBS *",
  479. "hypervisor": "xen",
  480. "id": "ami-18f8df7d",
  481. "image_id": "ami-18f8df7d",
  482. "image_location": "aws-marketplace/CentOS Linux 7 x86_64 HVM EBS 1704_01-b7ee8a69-ee97-4a49-9e68-afaee216db2e-ami-d52f5bc3.4",
  483. "image_owner_alias": "aws-marketplace",
  484. "image_type": "machine",
  485. "most_recent": "true",
  486. "name": "CentOS Linux 7 x86_64 HVM EBS 1704_01-b7ee8a69-ee97-4a49-9e68-afaee216db2e-ami-d52f5bc3.4",
  487. "owner_id": "679593333241",
  488. "owners.#": "1",
  489. "owners.0": "679593333241",
  490. "product_codes.#": "1",
  491. "product_codes.347650389.product_code_id": "aw0evgkw8e5c1q413zgy5pjce",
  492. "product_codes.347650389.product_code_type": "marketplace",
  493. "public": "true",
  494. "root_device_name": "/dev/sda1",
  495. "root_device_type": "ebs",
  496. "state": "available",
  497. "state_reason.%": "2",
  498. "state_reason.code": "UNSET",
  499. "state_reason.message": "UNSET",
  500. "tags.#": "0",
  501. "virtualization_type": "hvm"
  502. },
  503. "meta": {},
  504. "tainted": false
  505. },
  506. "deposed": [],
  507. "provider": ""
  508. },
  509. "data.aws_ami.ubuntu": {
  510. "type": "aws_ami",
  511. "depends_on": [],
  512. "primary": {
  513. "id": "ami-8b92b4ee",
  514. "attributes": {
  515. "architecture": "x86_64",
  516. "block_device_mappings.#": "3",
  517. "block_device_mappings.1634610537.device_name": "/dev/sdb",
  518. "block_device_mappings.1634610537.ebs.%": "0",
  519. "block_device_mappings.1634610537.no_device": "",
  520. "block_device_mappings.1634610537.virtual_name": "ephemeral0",
  521. "block_device_mappings.2547816212.device_name": "/dev/sda1",
  522. "block_device_mappings.2547816212.ebs.%": "6",
  523. "block_device_mappings.2547816212.ebs.delete_on_termination": "true",
  524. "block_device_mappings.2547816212.ebs.encrypted": "false",
  525. "block_device_mappings.2547816212.ebs.iops": "0",
  526. "block_device_mappings.2547816212.ebs.snapshot_id": "snap-0e5ceee366eaeb606",
  527. "block_device_mappings.2547816212.ebs.volume_size": "8",
  528. "block_device_mappings.2547816212.ebs.volume_type": "gp2",
  529. "block_device_mappings.2547816212.no_device": "",
  530. "block_device_mappings.2547816212.virtual_name": "",
  531. "block_device_mappings.3850042718.device_name": "/dev/sdc",
  532. "block_device_mappings.3850042718.ebs.%": "0",
  533. "block_device_mappings.3850042718.no_device": "",
  534. "block_device_mappings.3850042718.virtual_name": "ephemeral1",
  535. "creation_date": "2017-06-20T03:23:12.000Z",
  536. "description": "Canonical, Ubuntu, 16.04 LTS, amd64 xenial image build on 2017-06-19",
  537. "filter.#": "2",
  538. "filter.1585153008.name": "name",
  539. "filter.1585153008.values.#": "1",
  540. "filter.1585153008.values.0": "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*",
  541. "filter.490168357.name": "virtualization-type",
  542. "filter.490168357.values.#": "1",
  543. "filter.490168357.values.0": "hvm",
  544. "hypervisor": "xen",
  545. "id": "ami-8b92b4ee",
  546. "image_id": "ami-8b92b4ee",
  547. "image_location": "099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20170619.1",
  548. "image_type": "machine",
  549. "most_recent": "true",
  550. "name": "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20170619.1",
  551. "owner_id": "099720109477",
  552. "owners.#": "1",
  553. "owners.0": "099720109477",
  554. "product_codes.#": "0",
  555. "public": "true",
  556. "root_device_name": "/dev/sda1",
  557. "root_device_type": "ebs",
  558. "sriov_net_support": "simple",
  559. "state": "available",
  560. "state_reason.%": "2",
  561. "state_reason.code": "UNSET",
  562. "state_reason.message": "UNSET",
  563. "tags.#": "0",
  564. "virtualization_type": "hvm"
  565. },
  566. "meta": {},
  567. "tainted": false
  568. },
  569. "deposed": [],
  570. "provider": ""
  571. },
  572. "data.aws_availability_zones.available": {
  573. "type": "aws_availability_zones",
  574. "depends_on": [],
  575. "primary": {
  576. "id": "2017-07-12 16:56:25.155096 +0000 UTC",
  577. "attributes": {
  578. "id": "2017-07-12 16:56:25.155096 +0000 UTC",
  579. "names.#": "3",
  580. "names.0": "us-east-2a",
  581. "names.1": "us-east-2b",
  582. "names.2": "us-east-2c"
  583. },
  584. "meta": {},
  585. "tainted": false
  586. },
  587. "deposed": [],
  588. "provider": ""
  589. }
  590. },
  591. "depends_on": []
  592. }
  593. ]
  594. }