-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
129 lines (129 loc) · 3.71 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
{
"version": 4,
"terraform_version": "0.13.4",
"serial": 31,
"lineage": "08f1cb55-58fa-9a51-bf58-e0d519ebae79",
"outputs": {
"password_data": {
"value": [
""
],
"type": [
"tuple",
[
"string"
]
]
},
"public_dns": {
"value": [
"ec2-18-220-79-145.us-east-2.compute.amazonaws.com"
],
"type": [
"tuple",
[
"string"
]
]
},
"public_ip": {
"value": [
"18.220.79.145"
],
"type": [
"tuple",
[
"string"
]
]
}
},
"resources": [
{
"mode": "managed",
"type": "aws_instance",
"name": "sample",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 1,
"attributes": {
"ami": "ami-047b577fb036bfa95",
"arn": "arn:aws:ec2:us-east-2:152101939864:instance/i-03cafd611e0b34058",
"associate_public_ip_address": true,
"availability_zone": "us-east-2c",
"cpu_core_count": 1,
"cpu_threads_per_core": 1,
"credit_specification": [
{
"cpu_credits": "standard"
}
],
"disable_api_termination": false,
"ebs_block_device": [],
"ebs_optimized": false,
"ephemeral_block_device": [],
"get_password_data": false,
"hibernation": false,
"host_id": null,
"iam_instance_profile": "",
"id": "i-03cafd611e0b34058",
"instance_initiated_shutdown_behavior": null,
"instance_state": "running",
"instance_type": "t2.micro",
"ipv6_address_count": 0,
"ipv6_addresses": [],
"key_name": "samplekey",
"metadata_options": [
{
"http_endpoint": "enabled",
"http_put_response_hop_limit": 1,
"http_tokens": "optional"
}
],
"monitoring": false,
"network_interface": [],
"network_interface_id": null,
"outpost_arn": "",
"password_data": "",
"placement_group": "",
"primary_network_interface_id": "eni-0664ce8479412637f",
"private_dns": "ip-172-31-47-175.us-east-2.compute.internal",
"private_ip": "172.31.47.175",
"public_dns": "ec2-18-220-79-145.us-east-2.compute.amazonaws.com",
"public_ip": "18.220.79.145",
"root_block_device": [
{
"delete_on_termination": true,
"device_name": "/dev/sda1",
"encrypted": false,
"iops": 100,
"kms_key_id": "",
"volume_id": "vol-033e2ebc3998ca36a",
"volume_size": 30,
"volume_type": "gp2"
}
],
"security_groups": [
"default"
],
"source_dest_check": true,
"subnet_id": "subnet-7f572533",
"tags": {
"Name": "ec2withkey"
},
"tenancy": "default",
"timeouts": null,
"user_data": "0d8a7b88933907b57b11e81798ccb73a9bf6017d",
"user_data_base64": null,
"volume_tags": {},
"vpc_security_group_ids": [
"sg-1c792863"
]
},
"private": "eyJlMmJmYjczMC1lY2FhLTExZTYtOGY4OC0zNDM2M2JjN2M0YzAiOnsiY3JlYXRlIjo2MDAwMDAwMDAwMDAsImRlbGV0ZSI6MTIwMDAwMDAwMDAwMCwidXBkYXRlIjo2MDAwMDAwMDAwMDB9LCJzY2hlbWFfdmVyc2lvbiI6IjEifQ=="
}
]
}
]
}