forked from rp4fx12/hello-world-example
-
Notifications
You must be signed in to change notification settings - Fork 3
/
terraform.tfstate
73 lines (73 loc) · 3.29 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
{
"version": 3,
"terraform_version": "0.9.11",
"serial": 0,
"lineage": "72f20fb1-9775-44bd-9293-224ce3fa4fce",
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"aws_instance.example": {
"type": "aws_instance",
"depends_on": [],
"primary": {
"id": "i-0d56e0ace33c8c538",
"attributes": {
"ami": "ami-a4c7edb2",
"associate_public_ip_address": "true",
"availability_zone": "us-east-1b",
"disable_api_termination": "false",
"ebs_block_device.#": "0",
"ebs_optimized": "false",
"ephemeral_block_device.#": "0",
"iam_instance_profile": "EC2Access",
"id": "i-0d56e0ace33c8c538",
"instance_state": "running",
"instance_type": "t2.micro",
"ipv6_addresses.#": "0",
"key_name": "HelloWorld",
"monitoring": "false",
"network_interface.#": "0",
"network_interface_id": "eni-72965fa1",
"primary_network_interface_id": "eni-72965fa1",
"private_dns": "ip-172-31-15-121.ec2.internal",
"private_ip": "172.31.15.121",
"public_dns": "ec2-34-229-205-38.compute-1.amazonaws.com",
"public_ip": "34.229.205.38",
"root_block_device.#": "1",
"root_block_device.0.delete_on_termination": "true",
"root_block_device.0.iops": "100",
"root_block_device.0.volume_size": "8",
"root_block_device.0.volume_type": "gp2",
"security_groups.#": "0",
"source_dest_check": "true",
"subnet_id": "subnet-7470dd3d",
"tags.%": "1",
"tags.Name": "Alex's Weak EC2",
"tenancy": "default",
"user_data": "fe890b929b1fe593f07b43d542421aa4c8b060f5",
"volume_tags.%": "0",
"vpc_security_group_ids.#": "1",
"vpc_security_group_ids.1687851699": "sg-41189330"
},
"meta": {
"e2bfb730-ecaa-11e6-8f88-34363bc7c4c0": {
"create": 600000000000,
"delete": 600000000000,
"update": 600000000000
},
"schema_version": "1"
},
"tainted": false
},
"deposed": [],
"provider": ""
}
},
"depends_on": []
}
]
}