-
Notifications
You must be signed in to change notification settings - Fork 244
/
terraform.tfstate.backup
100 lines (100 loc) · 4.48 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
{
"version": 1,
"serial": 17,
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"aws_s3_bucket.duckhuntjs-com": {
"type": "aws_s3_bucket",
"primary": {
"id": "duckhuntjs.com",
"attributes": {
"acl": "public-read",
"arn": "arn:aws:s3:::duckhuntjs.com",
"bucket": "duckhuntjs.com",
"cors_rule.#": "0",
"force_destroy": "false",
"hosted_zone_id": "Z3AQBSTGFYJSTF",
"id": "duckhuntjs.com",
"policy": "{\"Statement\":[{\"Action\":\"s3:GetObject\",\"Effect\":\"Allow\",\"Principal\":\"*\",\"Resource\":\"arn:aws:s3:::duckhuntjs.com/*\",\"Sid\":\"AddPerm\"}],\"Version\":\"2012-10-17\"}",
"region": "us-east-1",
"tags.#": "0",
"website.#": "1",
"website.0.error_document": "index.html",
"website.0.index_document": "index.html",
"website.0.redirect_all_requests_to": "",
"website_domain": "s3-website-us-east-1.amazonaws.com",
"website_endpoint": "duckhuntjs.com.s3-website-us-east-1.amazonaws.com"
}
}
},
"aws_s3_bucket.www-duckhuntjs-com": {
"type": "aws_s3_bucket",
"primary": {
"id": "www.duckhuntjs.com",
"attributes": {
"acl": "public-read",
"arn": "arn:aws:s3:::www.duckhuntjs.com",
"bucket": "www.duckhuntjs.com",
"cors_rule.#": "0",
"force_destroy": "false",
"hosted_zone_id": "Z3AQBSTGFYJSTF",
"id": "www.duckhuntjs.com",
"policy": "",
"region": "us-east-1",
"tags.#": "0",
"website.#": "1",
"website.0.error_document": "",
"website.0.index_document": "",
"website.0.redirect_all_requests_to": "duckhuntjs.com",
"website_domain": "s3-website-us-east-1.amazonaws.com",
"website_endpoint": "www.duckhuntjs.com.s3-website-us-east-1.amazonaws.com"
}
}
},
"cloudflare_record.duckhuntjs-com": {
"type": "cloudflare_record",
"depends_on": [
"aws_s3_bucket.duckhuntjs-com"
],
"primary": {
"id": "397787305",
"attributes": {
"domain": "duckhuntjs.com",
"hostname": "duckhuntjs.com",
"id": "397787305",
"name": "duckhuntjs.com",
"priority": "",
"ttl": "3600",
"type": "CNAME",
"value": "duckhuntjs.com.s3-website-us-east-1.amazonaws.com"
}
}
},
"cloudflare_record.www-duckhuntjs-com": {
"type": "cloudflare_record",
"depends_on": [
"aws_s3_bucket.www-duckhuntjs-com"
],
"primary": {
"id": "397787302",
"attributes": {
"domain": "duckhuntjs.com",
"hostname": "www.duckhuntjs.com",
"id": "397787302",
"name": "www",
"priority": "",
"ttl": "3600",
"type": "CNAME",
"value": "www.duckhuntjs.com.s3-website-us-east-1.amazonaws.com"
}
}
}
}
}
]
}