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
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#61)
## What
1. Update Version Pinning for Terraform to support 0.13
## Why
1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
Terraform module to create AWS CodeBuild project for AWS CodePipeline.
49
29
50
30
51
31
---
52
32
53
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
33
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
54
34
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
55
35
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
56
36
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -71,7 +51,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
71
51
72
52
73
53
74
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
54
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
75
55
76
56
77
57
@@ -133,8 +113,9 @@ module "build" {
133
113
134
114
135
115
116
+
<!-- markdownlint-disable -->
136
117
## Makefile Targets
137
-
```
118
+
```text
138
119
Available targets:
139
120
140
121
help Help screen
@@ -143,11 +124,12 @@ Available targets:
143
124
lint Lint terraform code
144
125
145
126
```
127
+
<!-- markdownlint-restore -->
146
128
## Requirements
147
129
148
130
| Name | Version |
149
131
|------|---------|
150
-
| terraform |~> 0.12.0 |
132
+
| terraform |>= 0.12.0, < 0.14.0 |
151
133
| aws |~> 2.0 |
152
134
| local |~> 1.2 |
153
135
| null |~> 2.0 |
@@ -220,9 +202,9 @@ Available targets:
220
202
221
203
222
204
223
-
## Share the Love
205
+
## Share the Love
224
206
225
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-codebuild)! (it helps us **a lot**)
207
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-codebuild)! (it helps us **a lot**)
226
208
227
209
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
228
210
@@ -237,7 +219,7 @@ Check out these related projects.
237
219
238
220
## Help
239
221
240
-
**Got a question?** We got answers.
222
+
**Got a question?** We got answers.
241
223
242
224
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-codebuild/issues), send us an [email][email] or join our [Slack Community][slack].
243
225
@@ -246,7 +228,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-codebuild/issu
246
228
## DevOps Accelerator for Startups
247
229
248
230
249
-
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.
231
+
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.
@@ -275,11 +257,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
275
257
276
258
## Newsletter
277
259
278
-
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.
260
+
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.
279
261
280
262
## Office Hours
281
263
282
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
264
+
[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
320
-
or more contributor license agreements. See the NOTICE file
321
-
distributed with this work for additional information
322
-
regarding copyright ownership. The ASF licenses this file
323
-
to you under the Apache License, Version 2.0 (the
324
-
"License"); you may not use this file except in compliance
325
-
with the License. You may obtain a copy of the License at
326
-
327
-
https://www.apache.org/licenses/LICENSE-2.0
328
-
329
-
Unless required by applicable law or agreed to in writing,
330
-
software distributed under the License is distributed on an
331
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
332
-
KIND, either express or implied. See the License for the
333
-
specific language governing permissions and limitations
334
-
under the License.
301
+
```text
302
+
Licensed to the Apache Software Foundation (ASF) under one
303
+
or more contributor license agreements. See the NOTICE file
304
+
distributed with this work for additional information
305
+
regarding copyright ownership. The ASF licenses this file
306
+
to you under the Apache License, Version 2.0 (the
307
+
"License"); you may not use this file except in compliance
308
+
with the License. You may obtain a copy of the License at
309
+
310
+
https://www.apache.org/licenses/LICENSE-2.0
311
+
312
+
Unless required by applicable law or agreed to in writing,
313
+
software distributed under the License is distributed on an
314
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
315
+
KIND, either express or implied. See the License for the
316
+
specific language governing permissions and limitations
317
+
under the License.
318
+
```
335
319
336
320
337
321
@@ -353,7 +337,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
353
337
354
338
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
355
339
356
-
We offer [paid support][commercial_support] on all of our projects.
340
+
We offer [paid support][commercial_support] on all of our projects.
357
341
358
342
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