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 (#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.
Terraform module to request an ACM certificate for a domain and add a CNAME record to the DNS zone to complete certificate validation
51
31
52
32
53
33
---
54
34
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.
56
36
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
57
37
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
58
38
[<imgalign="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).
73
53
74
54
75
55
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!
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**)
172
154
173
155
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
174
156
@@ -184,7 +166,7 @@ Check out these related projects.
184
166
185
167
## Help
186
168
187
-
**Got a question?** We got answers.
169
+
**Got a question?** We got answers.
188
170
189
171
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].
190
172
@@ -193,7 +175,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-acm-request-ce
193
175
## DevOps Accelerator for Startups
194
176
195
177
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.
@@ -222,11 +204,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
222
204
223
205
## Newsletter
224
206
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.
226
208
227
209
## Office Hours
228
210
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!
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
+
```
282
266
283
267
284
268
@@ -300,7 +284,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
300
284
301
285
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
302
286
303
-
We offer [paid support][commercial_support] on all of our projects.
287
+
We offer [paid support][commercial_support] on all of our projects.
304
288
305
289
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