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 (#13)
## 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 for providing N general purpose EC2 hosts.
49
29
@@ -61,7 +41,7 @@ Included features:
61
41
62
42
---
63
43
64
-
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
44
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
65
45
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
66
46
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
67
47
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
@@ -82,7 +62,7 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
82
62
83
63
84
64
85
-
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
65
+
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-ec2-instance-group)! (it helps us **a lot**)
262
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ec2-instance-group)! (it helps us **a lot**)
281
263
282
264
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
283
265
@@ -295,14 +277,14 @@ Check out these related projects.
295
277
296
278
## References
297
279
298
-
For additional context, refer to some of these links.
280
+
For additional context, refer to some of these links.
299
281
300
282
-[terraform-aws-ec2-bastion-server](https://github.com/cloudposse/terraform-aws-ec2-bastion-server) - Terraform module to define a generic Bastion host with parameterized user_data
301
283
302
284
303
285
## Help
304
286
305
-
**Got a question?** We got answers.
287
+
**Got a question?** We got answers.
306
288
307
289
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ec2-instance-group/issues), send us an [email][email] or join our [Slack Community][slack].
308
290
@@ -311,7 +293,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ec2-instance-g
311
293
## DevOps Accelerator for Startups
312
294
313
295
314
-
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.
296
+
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.
@@ -340,11 +322,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
340
322
341
323
## Newsletter
342
324
343
-
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.
325
+
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.
344
326
345
327
## Office Hours
346
328
347
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
329
+
[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
385
-
or more contributor license agreements. See the NOTICE file
386
-
distributed with this work for additional information
387
-
regarding copyright ownership. The ASF licenses this file
388
-
to you under the Apache License, Version 2.0 (the
389
-
"License"); you may not use this file except in compliance
390
-
with the License. You may obtain a copy of the License at
391
-
392
-
https://www.apache.org/licenses/LICENSE-2.0
393
-
394
-
Unless required by applicable law or agreed to in writing,
395
-
software distributed under the License is distributed on an
396
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
397
-
KIND, either express or implied. See the License for the
398
-
specific language governing permissions and limitations
399
-
under the License.
366
+
```text
367
+
Licensed to the Apache Software Foundation (ASF) under one
368
+
or more contributor license agreements. See the NOTICE file
369
+
distributed with this work for additional information
370
+
regarding copyright ownership. The ASF licenses this file
371
+
to you under the Apache License, Version 2.0 (the
372
+
"License"); you may not use this file except in compliance
373
+
with the License. You may obtain a copy of the License at
374
+
375
+
https://www.apache.org/licenses/LICENSE-2.0
376
+
377
+
Unless required by applicable law or agreed to in writing,
378
+
software distributed under the License is distributed on an
379
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
380
+
KIND, either express or implied. See the License for the
381
+
specific language governing permissions and limitations
382
+
under the License.
383
+
```
400
384
401
385
402
386
@@ -418,7 +402,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
418
402
419
403
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
420
404
421
-
We offer [paid support][commercial_support] on all of our projects.
405
+
We offer [paid support][commercial_support] on all of our projects.
422
406
423
407
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