Skip to content

Commit 0ae37ae

Browse files
authored
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#28)
## 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.
1 parent d7484be commit 0ae37ae

File tree

4 files changed

+48
-62
lines changed

4 files changed

+48
-62
lines changed

README.md

Lines changed: 43 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
1-
<!--
2-
3-
4-
5-
6-
7-
1+
# terraform-aws-acm-request-certificate
82

3+
[![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-acm-request-certificate.svg)](https://github.com/cloudposse/terraform-aws-acm-request-certificate/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
94

5+
[![README Header][readme_header_img]][readme_header_link]
106

7+
[![Cloud Posse][logo]](https://cpco.io/homepage)
118

9+
<!--
1210
1311
1412
1513
1614
** DO NOT EDIT THIS FILE
17-
**
18-
** This file was automatically generated by the `build-harness`.
19-
** 1) Make all changes to `README.yaml`
15+
**
16+
** This file was automatically generated by the `build-harness`.
17+
** 1) Make all changes to `README.yaml`
2018
** 2) Run `make init` (you only need to do this once)
21-
** 3) Run`make readme` to rebuild this file.
19+
** 3) Run`make readme` to rebuild this file.
2220
**
2321
** (We maintain HUNDREDS of open source projects. This is how we maintain our sanity.)
2422
**
@@ -27,32 +25,14 @@
2725
2826
2927
30-
31-
32-
33-
34-
35-
36-
37-
38-
39-
40-
-->
41-
[![README Header][readme_header_img]][readme_header_link]
42-
43-
[![Cloud Posse][logo]](https://cpco.io/homepage)
44-
45-
# terraform-aws-acm-request-certificate
46-
47-
[![Latest Release](https://img.shields.io/github/release/cloudposse/terraform-aws-acm-request-certificate.svg)](https://github.com/cloudposse/terraform-aws-acm-request-certificate/releases/latest) [![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)
48-
28+
-->
4929

5030
Terraform module to request an ACM certificate for a domain and add a CNAME record to the DNS zone to complete certificate validation
5131

5232

5333
---
5434

55-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
35+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
5636
[<img align="right" title="Share via Email" src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
5737
[<img align="right" title="Share on Google+" src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
5838
[<img align="right" title="Share on Facebook" src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -73,7 +53,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
7353

7454

7555

76-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
56+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
7757

7858

7959

@@ -116,8 +96,9 @@ module "acm_request_certificate" {
11696

11797

11898

99+
<!-- markdownlint-disable -->
119100
## Makefile Targets
120-
```
101+
```text
121102
Available targets:
122103
123104
help Help screen
@@ -126,11 +107,12 @@ Available targets:
126107
lint Lint terraform code
127108
128109
```
110+
<!-- markdownlint-restore -->
129111
## Requirements
130112

131113
| Name | Version |
132114
|------|---------|
133-
| terraform | ~> 0.12.0 |
115+
| terraform | >= 0.12.0, < 0.14.0 |
134116
| aws | ~> 2.0 |
135117
| local | ~> 1.2 |
136118
| null | ~> 2.0 |
@@ -166,9 +148,9 @@ Available targets:
166148

167149

168150

169-
## Share the Love
151+
## Share the Love
170152

171-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-acm-request-certificate)! (it helps us **a lot**)
153+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-acm-request-certificate)! (it helps us **a lot**)
172154

173155
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
174156

@@ -184,7 +166,7 @@ Check out these related projects.
184166

185167
## Help
186168

187-
**Got a question?** We got answers.
169+
**Got a question?** We got answers.
188170

189171
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-acm-request-certificate/issues), send us an [email][email] or join our [Slack Community][slack].
190172

@@ -193,7 +175,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-acm-request-ce
193175
## DevOps Accelerator for Startups
194176

195177

196-
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.
178+
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.
197179

198180
[![Learn More](https://img.shields.io/badge/learn%20more-success.svg?style=for-the-badge)][commercial_support]
199181

@@ -222,11 +204,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
222204

223205
## Newsletter
224206

225-
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.
207+
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.
226208

227209
## Office Hours
228210

229-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
211+
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
230212

231213
[![zoom](https://img.cloudposse.com/fit-in/200x200/https://cloudposse.com/wp-content/uploads/2019/08/Powered-by-Zoom.png")][office_hours]
232214

@@ -257,28 +239,30 @@ Copyright © 2017-2020 [Cloud Posse, LLC](https://cpco.io/copyright)
257239

258240

259241

260-
## License
242+
## License
261243

262-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
244+
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
263245

264246
See [LICENSE](LICENSE) for full details.
265247

266-
Licensed to the Apache Software Foundation (ASF) under one
267-
or more contributor license agreements. See the NOTICE file
268-
distributed with this work for additional information
269-
regarding copyright ownership. The ASF licenses this file
270-
to you under the Apache License, Version 2.0 (the
271-
"License"); you may not use this file except in compliance
272-
with the License. You may obtain a copy of the License at
273-
274-
https://www.apache.org/licenses/LICENSE-2.0
275-
276-
Unless required by applicable law or agreed to in writing,
277-
software distributed under the License is distributed on an
278-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
279-
KIND, either express or implied. See the License for the
280-
specific language governing permissions and limitations
281-
under the License.
248+
```text
249+
Licensed to the Apache Software Foundation (ASF) under one
250+
or more contributor license agreements. See the NOTICE file
251+
distributed with this work for additional information
252+
regarding copyright ownership. The ASF licenses this file
253+
to you under the Apache License, Version 2.0 (the
254+
"License"); you may not use this file except in compliance
255+
with the License. You may obtain a copy of the License at
256+
257+
https://www.apache.org/licenses/LICENSE-2.0
258+
259+
Unless required by applicable law or agreed to in writing,
260+
software distributed under the License is distributed on an
261+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
262+
KIND, either express or implied. See the License for the
263+
specific language governing permissions and limitations
264+
under the License.
265+
```
282266

283267

284268

@@ -300,7 +284,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
300284

301285
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
302286

303-
We offer [paid support][commercial_support] on all of our projects.
287+
We offer [paid support][commercial_support] on all of our projects.
304288

305289
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.
306290

docs/targets.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
<!-- markdownlint-disable -->
12
## Makefile Targets
2-
```
3+
```text
34
Available targets:
45
56
help Help screen
@@ -8,3 +9,4 @@ Available targets:
89
lint Lint terraform code
910
1011
```
12+
<!-- markdownlint-restore -->

docs/terraform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Name | Version |
44
|------|---------|
5-
| terraform | ~> 0.12.0 |
5+
| terraform | >= 0.12.0, < 0.14.0 |
66
| aws | ~> 2.0 |
77
| local | ~> 1.2 |
88
| null | ~> 2.0 |

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
terraform {
2-
required_version = "~> 0.12.0"
2+
required_version = ">= 0.12.0, < 0.14.0"
33

44
required_providers {
55
aws = "~> 2.0"

0 commit comments

Comments
 (0)