-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate.backup
90 lines (90 loc) · 2.78 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
{
"version": 4,
"terraform_version": "0.12.26",
"serial": 8,
"lineage": "3459172d-7d56-0626-bcd9-84b0bb72e144",
"outputs": {},
"resources": [
{
"mode": "data",
"type": "aws_ami",
"name": "ubuntu_ec2_ami",
"provider": "provider.aws",
"instances": [
{
"schema_version": 0,
"attributes": {
"architecture": "x86_64",
"block_device_mappings": [
{
"device_name": "/dev/sda1",
"ebs": {
"delete_on_termination": "true",
"encrypted": "false",
"iops": "0",
"snapshot_id": "snap-0458f734def2eb729",
"volume_size": "8",
"volume_type": "gp2"
},
"no_device": "",
"virtual_name": ""
},
{
"device_name": "/dev/sdb",
"ebs": {},
"no_device": "",
"virtual_name": "ephemeral0"
},
{
"device_name": "/dev/sdc",
"ebs": {},
"no_device": "",
"virtual_name": "ephemeral1"
}
],
"creation_date": "2020-04-09T16:44:30.000Z",
"description": "Canonical, Ubuntu, 18.04 LTS, amd64 bionic image build on 2020-04-08",
"executable_users": null,
"filter": [
{
"name": "name",
"values": [
"ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200408"
]
}
],
"hypervisor": "xen",
"id": "ami-0edd51cc29813e254",
"image_id": "ami-0edd51cc29813e254",
"image_location": "099720109477/ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200408",
"image_owner_alias": null,
"image_type": "machine",
"kernel_id": null,
"most_recent": true,
"name": "ubuntu/images/hvm-ssd/ubuntu-bionic-18.04-amd64-server-20200408",
"name_regex": null,
"owner_id": "099720109477",
"owners": [
"099720109477"
],
"platform": null,
"product_codes": [],
"public": true,
"ramdisk_id": null,
"root_device_name": "/dev/sda1",
"root_device_type": "ebs",
"root_snapshot_id": "snap-0458f734def2eb729",
"sriov_net_support": "simple",
"state": "available",
"state_reason": {
"code": "UNSET",
"message": "UNSET"
},
"tags": {},
"virtualization_type": "hvm"
}
}
]
}
]
}