-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterraform.tfstate
75 lines (75 loc) · 3.15 KB
/
terraform.tfstate
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
{
"version": 3,
"terraform_version": "0.11.11",
"serial": 15,
"lineage": "fad36d8e-7100-a43c-c23d-62d575b98729",
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {
"github_issue_label.bug": {
"type": "github_issue_label",
"depends_on": [
"github_repository.pixel"
],
"primary": {
"id": "pixel:bug",
"attributes": {
"color": "CC4432",
"description": "Something isn't working",
"etag": "W/\"5953563f6a762788ecff517457d5e246\"",
"id": "pixel:bug",
"name": "👻 bug ",
"repository": "pixel",
"url": "https://api.github.com/repos/Reisen/pixel/labels/bug"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": "provider.github"
},
"github_repository.pixel": {
"type": "github_repository",
"depends_on": [],
"primary": {
"id": "pixel",
"attributes": {
"allow_merge_commit": "true",
"allow_rebase_merge": "true",
"allow_squash_merge": "true",
"archived": "false",
"default_branch": "master",
"description": "A private self-hosted gallery and image feed.",
"etag": "W/\"943c4919496543b9c7609bd9f01e141e\"",
"full_name": "Reisen/pixel",
"git_clone_url": "git://github.com/Reisen/pixel.git",
"has_downloads": "true",
"has_issues": "true",
"has_wiki": "true",
"homepage_url": "https://pixelized.netlify.com",
"html_url": "https://github.com/Reisen/pixel",
"http_clone_url": "https://github.com/Reisen/pixel.git",
"id": "pixel",
"name": "pixel",
"private": "false",
"ssh_clone_url": "[email protected]:Reisen/pixel.git",
"svn_url": "https://github.com/Reisen/pixel",
"topics.#": "2",
"topics.1778489555": "self-hosted",
"topics.2772628579": "gallery"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": "provider.github"
}
},
"depends_on": []
}
]
}