You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module to provision webhooks on a set of GitHub repositories.
51
31
This is useful if you need to register a webhook en masse across dozens of repositories.
52
32
53
33
54
34
---
55
35
56
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
36
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
57
37
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
58
38
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
59
39
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -74,7 +54,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
74
54
75
55
76
56
77
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
57
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
78
58
79
59
80
60
@@ -110,8 +90,9 @@ module "github_webhooks" {
110
90
111
91
112
92
93
+
<!-- markdownlint-disable -->
113
94
## Makefile Targets
114
-
```
95
+
```text
115
96
Available targets:
116
97
117
98
help Help screen
@@ -120,20 +101,20 @@ Available targets:
120
101
lint Lint terraform code
121
102
122
103
```
104
+
<!-- markdownlint-restore -->
123
105
## Requirements
124
106
125
107
| Name | Version |
126
108
|------|---------|
127
109
| terraform |~> 0.12.0 |
128
110
| github |~> 2.8.0 |
129
-
| github |~> 2.2 |
130
111
| local |~> 1.2 |
131
112
132
113
## Providers
133
114
134
115
| Name | Version |
135
116
|------|---------|
136
-
| github |~> 2.8.0 ~> 2.2 |
117
+
| github |~> 2.8.0 |
137
118
138
119
## Inputs
139
120
@@ -161,9 +142,9 @@ Available targets:
161
142
162
143
163
144
164
-
## Share the Love
145
+
## Share the Love
165
146
166
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-github-repository-webhooks)! (it helps us **a lot**)
147
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-github-repository-webhooks)! (it helps us **a lot**)
167
148
168
149
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
169
150
@@ -180,15 +161,15 @@ Check out these related projects.
180
161
181
162
## References
182
163
183
-
For additional context, refer to some of these links.
164
+
For additional context, refer to some of these links.
184
165
185
166
-[GitHub Event Types](https://developer.github.com/v3/activity/events/types/) - The list of supported event types which can trigger a webhook
186
167
-[GitHub Hook Types](https://api.github.com/hooks) - The type of the webhooks.
187
168
188
169
189
170
## Help
190
171
191
-
**Got a question?** We got answers.
172
+
**Got a question?** We got answers.
192
173
193
174
File a GitHub [issue](https://github.com/cloudposse/terraform-github-repository-webhooks/issues), send us an [email][email] or join our [Slack Community][slack].
194
175
@@ -197,7 +178,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-github-repository-
197
178
## DevOps Accelerator for Startups
198
179
199
180
200
-
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
181
+
We are a [**DevOps Accelerator**][commercial_support]. We'll help you build your cloud infrastructure from the ground up so you can own it. Then we'll show you how to operate it and stick around for as long as you need us.
@@ -226,11 +207,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
226
207
227
208
## Newsletter
228
209
229
-
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
210
+
Sign up for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
230
211
231
212
## Office Hours
232
213
233
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
214
+
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
Licensed to the Apache Software Foundation (ASF) under one
271
-
or more contributor license agreements. See the NOTICE file
272
-
distributed with this work for additional information
273
-
regarding copyright ownership. The ASF licenses this file
274
-
to you under the Apache License, Version 2.0 (the
275
-
"License"); you may not use this file except in compliance
276
-
with the License. You may obtain a copy of the License at
277
-
278
-
https://www.apache.org/licenses/LICENSE-2.0
279
-
280
-
Unless required by applicable law or agreed to in writing,
281
-
software distributed under the License is distributed on an
282
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
283
-
KIND, either express or implied. See the License for the
284
-
specific language governing permissions and limitations
285
-
under the License.
251
+
```text
252
+
Licensed to the Apache Software Foundation (ASF) under one
253
+
or more contributor license agreements. See the NOTICE file
254
+
distributed with this work for additional information
255
+
regarding copyright ownership. The ASF licenses this file
256
+
to you under the Apache License, Version 2.0 (the
257
+
"License"); you may not use this file except in compliance
258
+
with the License. You may obtain a copy of the License at
259
+
260
+
https://www.apache.org/licenses/LICENSE-2.0
261
+
262
+
Unless required by applicable law or agreed to in writing,
263
+
software distributed under the License is distributed on an
264
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
265
+
KIND, either express or implied. See the License for the
266
+
specific language governing permissions and limitations
267
+
under the License.
268
+
```
286
269
287
270
288
271
@@ -304,7 +287,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
304
287
305
288
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
306
289
307
-
We offer [paid support][commercial_support] on all of our projects.
290
+
We offer [paid support][commercial_support] on all of our projects.
308
291
309
292
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
0 commit comments