-
Notifications
You must be signed in to change notification settings - Fork 0
/
terraform.tfstate
164 lines (164 loc) · 7.33 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
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"version": 3,
"terraform_version": "0.9.8",
"serial": 8,
"lineage": "56f850f7-4837-401f-9fc3-2bf4696876d0",
"modules": [
{
"path": [
"root"
],
"outputs": {},
"resources": {},
"depends_on": []
},
{
"path": [
"root",
"dapper"
],
"outputs": {},
"resources": {
"github_repository.repo": {
"type": "github_repository",
"depends_on": [],
"primary": {
"id": "Narochno.Dapper",
"attributes": {
"default_branch": "master",
"description": "Unit of Work pattern with Dapper (deprecated)",
"full_name": "Narochno/Narochno.Dapper",
"git_clone_url": "git://github.com/Narochno/Narochno.Dapper.git",
"has_downloads": "false",
"has_issues": "false",
"has_wiki": "false",
"homepage_url": "",
"http_clone_url": "https://github.com/Narochno/Narochno.Dapper.git",
"id": "Narochno.Dapper",
"name": "Narochno.Dapper",
"private": "false",
"ssh_clone_url": "git@github.com:Narochno/Narochno.Dapper.git",
"svn_url": "https://github.com/Narochno/Narochno.Dapper"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
},
"github_repository_webhook.slack_webhook": {
"type": "github_repository_webhook",
"depends_on": [
"github_repository.repo"
],
"primary": {
"id": "14752789",
"attributes": {
"active": "true",
"configuration.%": "3",
"configuration.content_type": "application/json",
"configuration.insecure_ssl": "0",
"configuration.url": "https://hooks.slack.com/services/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",
"events.#": "12",
"events.1199160415": "pull_request_review_comment",
"events.1597642340": "push",
"events.2342231791": "pull_request",
"events.2413224187": "create",
"events.2655453981": "release",
"events.3043241469": "deployment_status",
"events.3152763002": "fork",
"events.3464159411": "pull_request_review",
"events.3665657731": "issues",
"events.547011484": "commit_comment",
"events.831264653": "issue_comment",
"events.974290055": "delete",
"id": "14752789",
"name": "web",
"repository": "Narochno.Dapper",
"url": "https://api.github.com/repos/Narochno/Narochno.Dapper/hooks/14752789"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
}
},
"depends_on": []
},
{
"path": [
"root",
"environment"
],
"outputs": {},
"resources": {
"github_repository.repo": {
"type": "github_repository",
"depends_on": [],
"primary": {
"id": "Environment",
"attributes": {
"default_branch": "master",
"description": "Manage the Narochno Repositories with Terraform",
"full_name": "Narochno/Environment",
"git_clone_url": "git://github.com/Narochno/Environment.git",
"has_downloads": "false",
"has_issues": "false",
"has_wiki": "false",
"homepage_url": "",
"http_clone_url": "https://github.com/Narochno/Environment.git",
"id": "Environment",
"name": "Environment",
"private": "false",
"ssh_clone_url": "git@github.com:Narochno/Environment.git",
"svn_url": "https://github.com/Narochno/Environment"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
},
"github_repository_webhook.slack_webhook": {
"type": "github_repository_webhook",
"depends_on": [
"github_repository.repo"
],
"primary": {
"id": "14752790",
"attributes": {
"active": "true",
"configuration.%": "3",
"configuration.content_type": "application/json",
"configuration.insecure_ssl": "0",
"configuration.url": "https://hooks.slack.com/services/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",
"events.#": "12",
"events.1199160415": "pull_request_review_comment",
"events.1597642340": "push",
"events.2342231791": "pull_request",
"events.2413224187": "create",
"events.2655453981": "release",
"events.3043241469": "deployment_status",
"events.3152763002": "fork",
"events.3464159411": "pull_request_review",
"events.3665657731": "issues",
"events.547011484": "commit_comment",
"events.831264653": "issue_comment",
"events.974290055": "delete",
"id": "14752790",
"name": "web",
"repository": "Environment",
"url": "https://api.github.com/repos/Narochno/Environment/hooks/14752790"
},
"meta": {},
"tainted": false
},
"deposed": [],
"provider": ""
}
},
"depends_on": []
}
]
}