-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.tfstate.backup
More file actions
51 lines (51 loc) · 1.48 KB
/
terraform.tfstate.backup
File metadata and controls
51 lines (51 loc) · 1.48 KB
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
{
"version": 4,
"terraform_version": "0.14.7",
"serial": 5,
"lineage": "616718b2-95ba-3098-86c7-9d48c5dc1cfa",
"outputs": {},
"resources": [
{
"mode": "managed",
"type": "aws_efs_file_system",
"name": "EFS-mount",
"provider": "provider[\"registry.terraform.io/hashicorp/aws\"]",
"instances": [
{
"schema_version": 0,
"attributes": {
"arn": "arn:aws:elasticfilesystem:us-east-1:597529641504:file-system/fs-66e08ad2",
"availability_zone_id": "",
"availability_zone_name": "",
"creation_token": "terraform-20210711003700292100000001",
"dns_name": "fs-66e08ad2.efs.us-east-1.amazonaws.com",
"encrypted": false,
"id": "fs-66e08ad2",
"kms_key_id": "",
"lifecycle_policy": [],
"number_of_mount_targets": 0,
"owner_id": "597529641504",
"performance_mode": "generalPurpose",
"provisioned_throughput_in_mibps": 0,
"size_in_bytes": [
{
"value": 6144,
"value_in_ia": 0,
"value_in_standard": 6144
}
],
"tags": {
"Name": "EFS-mount"
},
"tags_all": {
"Name": "EFS-mount"
},
"throughput_mode": "bursting"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
]
}