terraform.tfstate.backup 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477
  1. {
  2. "version": 3,
  3. "terraform_version": "0.7.11",
  4. "serial": 0,
  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": "52.14.198.57"
  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.ubuntu",
  36. "data.aws_availability_zones.available"
  37. ],
  38. "primary": {
  39. "id": "i-02893fac410d02c03",
  40. "attributes": {
  41. "ami": "ami-17745072",
  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-02893fac410d02c03",
  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-186bc870",
  63. "private_dns": "ip-10-45-0-247.us-east-2.compute.internal",
  64. "private_ip": "10.45.0.247",
  65. "public_dns": "ec2-52-14-198-57.us-east-2.compute.amazonaws.com",
  66. "public_ip": "52.14.198.57",
  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-cd6be5a4",
  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.3524806094": "sg-4dabc124"
  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-b7a204de",
  97. "attributes": {
  98. "id": "igw-b7a204de",
  99. "tags.%": "1",
  100. "tags.Name": "Primary Gateway",
  101. "vpc_id": "vpc-9b3089f2"
  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-4532b52c",
  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-4532b52c",
  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.3475719519": "subnet-cd6be5a4",
  139. "tags.%": "1",
  140. "tags.Name": "Public Subnets",
  141. "vpc_id": "vpc-9b3089f2"
  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.257253360": "52.14.198.57",
  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.2741848704": "10.45.0.247",
  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-61159508",
  211. "attributes": {
  212. "id": "rtb-61159508",
  213. "propagating_vgws.#": "0",
  214. "route.#": "1",
  215. "route.4239502296.cidr_block": "0.0.0.0/0",
  216. "route.4239502296.gateway_id": "igw-b7a204de",
  217. "route.4239502296.instance_id": "",
  218. "route.4239502296.nat_gateway_id": "",
  219. "route.4239502296.network_interface_id": "",
  220. "route.4239502296.vpc_peering_connection_id": "",
  221. "tags.%": "1",
  222. "tags.Name": "Primary Route Table",
  223. "vpc_id": "vpc-9b3089f2"
  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-de1c7cb7",
  239. "attributes": {
  240. "id": "rtbassoc-de1c7cb7",
  241. "route_table_id": "rtb-61159508",
  242. "subnet_id": "subnet-cd6be5a4"
  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-4dabc124",
  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-4dabc124",
  309. "ingress.#": "3",
  310. "ingress.1232989320.cidr_blocks.#": "2",
  311. "ingress.1232989320.cidr_blocks.0": "98.243.254.99/32",
  312. "ingress.1232989320.cidr_blocks.1": "107.135.34.113/32",
  313. "ingress.1232989320.from_port": "443",
  314. "ingress.1232989320.protocol": "tcp",
  315. "ingress.1232989320.security_groups.#": "0",
  316. "ingress.1232989320.self": "false",
  317. "ingress.1232989320.to_port": "443",
  318. "ingress.1739234222.cidr_blocks.#": "2",
  319. "ingress.1739234222.cidr_blocks.0": "98.243.254.99/32",
  320. "ingress.1739234222.cidr_blocks.1": "107.135.34.113/32",
  321. "ingress.1739234222.from_port": "22",
  322. "ingress.1739234222.protocol": "tcp",
  323. "ingress.1739234222.security_groups.#": "0",
  324. "ingress.1739234222.self": "false",
  325. "ingress.1739234222.to_port": "22",
  326. "ingress.2207802212.cidr_blocks.#": "2",
  327. "ingress.2207802212.cidr_blocks.0": "98.243.254.99/32",
  328. "ingress.2207802212.cidr_blocks.1": "107.135.34.113/32",
  329. "ingress.2207802212.from_port": "80",
  330. "ingress.2207802212.protocol": "tcp",
  331. "ingress.2207802212.security_groups.#": "0",
  332. "ingress.2207802212.self": "false",
  333. "ingress.2207802212.to_port": "80",
  334. "name": "sg_instance_access",
  335. "owner_id": "082012130604",
  336. "tags.%": "0",
  337. "vpc_id": "vpc-9b3089f2"
  338. },
  339. "meta": {},
  340. "tainted": false
  341. },
  342. "deposed": [],
  343. "provider": ""
  344. },
  345. "aws_subnet.subnet_public_a": {
  346. "type": "aws_subnet",
  347. "depends_on": [
  348. "aws_vpc.vpc_primary",
  349. "data.aws_availability_zones.available"
  350. ],
  351. "primary": {
  352. "id": "subnet-cd6be5a4",
  353. "attributes": {
  354. "availability_zone": "us-east-2a",
  355. "cidr_block": "10.45.0.0/24",
  356. "id": "subnet-cd6be5a4",
  357. "map_public_ip_on_launch": "true",
  358. "tags.%": "1",
  359. "tags.Name": "Public Subnet A",
  360. "vpc_id": "vpc-9b3089f2"
  361. },
  362. "meta": {},
  363. "tainted": false
  364. },
  365. "deposed": [],
  366. "provider": ""
  367. },
  368. "aws_vpc.vpc_primary": {
  369. "type": "aws_vpc",
  370. "depends_on": [],
  371. "primary": {
  372. "id": "vpc-9b3089f2",
  373. "attributes": {
  374. "cidr_block": "10.45.0.0/16",
  375. "default_network_acl_id": "acl-9132b5f8",
  376. "default_route_table_id": "rtb-811696e8",
  377. "default_security_group_id": "sg-91513bf8",
  378. "dhcp_options_id": "dopt-50af4539",
  379. "enable_dns_hostnames": "true",
  380. "enable_dns_support": "true",
  381. "id": "vpc-9b3089f2",
  382. "instance_tenancy": "default",
  383. "main_route_table_id": "rtb-811696e8",
  384. "tags.%": "1",
  385. "tags.Name": "Primary VPC"
  386. },
  387. "meta": {},
  388. "tainted": false
  389. },
  390. "deposed": [],
  391. "provider": ""
  392. },
  393. "data.aws_ami.ubuntu": {
  394. "type": "aws_ami",
  395. "depends_on": [],
  396. "primary": {
  397. "id": "ami-17745072",
  398. "attributes": {
  399. "architecture": "x86_64",
  400. "block_device_mappings.#": "3",
  401. "block_device_mappings.1634610537.device_name": "/dev/sdb",
  402. "block_device_mappings.1634610537.ebs.%": "0",
  403. "block_device_mappings.1634610537.no_device": "",
  404. "block_device_mappings.1634610537.virtual_name": "ephemeral0",
  405. "block_device_mappings.2547816212.device_name": "/dev/sda1",
  406. "block_device_mappings.2547816212.ebs.%": "6",
  407. "block_device_mappings.2547816212.ebs.delete_on_termination": "true",
  408. "block_device_mappings.2547816212.ebs.encrypted": "false",
  409. "block_device_mappings.2547816212.ebs.iops": "0",
  410. "block_device_mappings.2547816212.ebs.snapshot_id": "snap-cb4f9d3a",
  411. "block_device_mappings.2547816212.ebs.volume_size": "8",
  412. "block_device_mappings.2547816212.ebs.volume_type": "gp2",
  413. "block_device_mappings.2547816212.no_device": "",
  414. "block_device_mappings.2547816212.virtual_name": "",
  415. "block_device_mappings.3850042718.device_name": "/dev/sdc",
  416. "block_device_mappings.3850042718.ebs.%": "0",
  417. "block_device_mappings.3850042718.no_device": "",
  418. "block_device_mappings.3850042718.virtual_name": "ephemeral1",
  419. "creation_date": "2017-03-09T08:54:19.000Z",
  420. "filter.#": "2",
  421. "filter.1585153008.name": "name",
  422. "filter.1585153008.values.#": "1",
  423. "filter.1585153008.values.0": "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-*",
  424. "filter.490168357.name": "virtualization-type",
  425. "filter.490168357.values.#": "1",
  426. "filter.490168357.values.0": "hvm",
  427. "hypervisor": "xen",
  428. "id": "ami-17745072",
  429. "image_id": "ami-17745072",
  430. "image_location": "099720109477/ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20170224",
  431. "image_type": "machine",
  432. "most_recent": "true",
  433. "name": "ubuntu/images/hvm-ssd/ubuntu-xenial-16.04-amd64-server-20170224",
  434. "owner_id": "099720109477",
  435. "owners.#": "1",
  436. "owners.0": "099720109477",
  437. "product_codes.#": "0",
  438. "public": "true",
  439. "root_device_name": "/dev/sda1",
  440. "root_device_type": "ebs",
  441. "sriov_net_support": "simple",
  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_availability_zones.available": {
  456. "type": "aws_availability_zones",
  457. "depends_on": [],
  458. "primary": {
  459. "id": "2017-03-27 17:28:32.670455577 +0000 UTC",
  460. "attributes": {
  461. "id": "2017-03-27 17:28:32.670455577 +0000 UTC",
  462. "names.#": "3",
  463. "names.0": "us-east-2a",
  464. "names.1": "us-east-2b",
  465. "names.2": "us-east-2c"
  466. },
  467. "meta": {},
  468. "tainted": false
  469. },
  470. "deposed": [],
  471. "provider": ""
  472. }
  473. },
  474. "depends_on": []
  475. }
  476. ]
  477. }