-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterraform.tfstate
More file actions
78 lines (78 loc) · 2.11 KB
/
terraform.tfstate
File metadata and controls
78 lines (78 loc) · 2.11 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
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
{
"version": 4,
"terraform_version": "1.1.6",
"serial": 12,
"lineage": "dd568696-ec88-07c9-c281-4473bdc351d9",
"outputs": {},
"resources": [
{
"module": "module.dns_records",
"mode": "managed",
"type": "dyn_record",
"name": "this",
"provider": "provider[\"terraform.local/local/dyn\"]",
"instances": [
{
"index_key": "p1 NS ns-1083.awsdns-07.org.",
"schema_version": 0,
"attributes": {
"fqdn": "p1.bngoytest.com",
"id": "697236837",
"name": "p1",
"ttl": "900",
"type": "NS",
"value": "ns-1083.awsdns-07.org.",
"zone": "bngoytest.com"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
},
{
"index_key": "p1 NS ns-2016.awsdns-60.co.uk.",
"schema_version": 0,
"attributes": {
"fqdn": "p1.bngoytest.com",
"id": "697236841",
"name": "p1",
"ttl": "900",
"type": "NS",
"value": "ns-2016.awsdns-60.co.uk.",
"zone": "bngoytest.com"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
},
{
"index_key": "p1 NS ns-268.awsdns-33.com.",
"schema_version": 0,
"attributes": {
"fqdn": "p1.bngoytest.com",
"id": "697236827",
"name": "p1",
"ttl": "900",
"type": "NS",
"value": "ns-268.awsdns-33.com.",
"zone": "bngoytest.com"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
},
{
"index_key": "p1 NS ns-710.awsdns-24.net.",
"schema_version": 0,
"attributes": {
"fqdn": "p1.bngoytest.com",
"id": "697236833",
"name": "p1",
"ttl": "900",
"type": "NS",
"value": "ns-710.awsdns-24.net.",
"zone": "bngoytest.com"
},
"sensitive_attributes": [],
"private": "bnVsbA=="
}
]
}
]
}