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 (#21)
## 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.
@@ -52,7 +32,7 @@ A Terraform module for deploying [Atlantis](https://runatlantis.io) to an AWS EC
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!
77
57
78
58
79
59
@@ -398,8 +378,9 @@ Other examples:
398
378
399
379
400
380
381
+
<!-- markdownlint-disable -->
401
382
## Makefile Targets
402
-
```
383
+
```text
403
384
Available targets:
404
385
405
386
help Help screen
@@ -408,11 +389,12 @@ Available targets:
408
389
lint Lint terraform code
409
390
410
391
```
392
+
<!-- markdownlint-restore -->
411
393
## Requirements
412
394
413
395
| Name | Version |
414
396
|------|---------|
415
-
| terraform |~> 0.12.0 |
397
+
| terraform |>= 0.12.0, < 0.14.0 |
416
398
| aws |~> 2.0 |
417
399
| local |~> 1.3 |
418
400
| null |~> 2.0 |
@@ -590,9 +572,9 @@ Available targets:
590
572
591
573
592
574
593
-
## Share the Love
575
+
## Share the Love
594
576
595
-
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ecs-atlantis)! (it helps us **a lot**)
577
+
Like this project? Please give it a ★ on [our GitHub](https://github.com/cloudposse/terraform-aws-ecs-atlantis)! (it helps us **a lot**)
596
578
597
579
Are you using this project or any of our other projects? Consider [leaving a testimonial][testimonial]. =)
598
580
@@ -616,14 +598,14 @@ Check out these related projects.
616
598
617
599
## References
618
600
619
-
For additional context, refer to some of these links.
601
+
For additional context, refer to some of these links.
620
602
621
603
-[atlantis](https://runatlantis.io) - Official home of the Atlantis project
622
604
623
605
624
606
## Help
625
607
626
-
**Got a question?** We got answers.
608
+
**Got a question?** We got answers.
627
609
628
610
File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ecs-atlantis/issues), send us an [email][email] or join our [Slack Community][slack].
629
611
@@ -632,7 +614,7 @@ File a GitHub [issue](https://github.com/cloudposse/terraform-aws-ecs-atlantis/i
632
614
## DevOps Accelerator for Startups
633
615
634
616
635
-
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.
617
+
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.
@@ -661,11 +643,11 @@ Participate in our [Discourse Forums][discourse]. Here you'll find answers to co
661
643
662
644
## Newsletter
663
645
664
-
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.
646
+
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.
665
647
666
648
## Office Hours
667
649
668
-
[Join us every Wednesday via Zoom][office_hours] for our weekly "Lunch & Learn" sessions. It's **FREE** for everyone!
650
+
[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
706
-
or more contributor license agreements. See the NOTICE file
707
-
distributed with this work for additional information
708
-
regarding copyright ownership. The ASF licenses this file
709
-
to you under the Apache License, Version 2.0 (the
710
-
"License"); you may not use this file except in compliance
711
-
with the License. You may obtain a copy of the License at
712
-
713
-
https://www.apache.org/licenses/LICENSE-2.0
714
-
715
-
Unless required by applicable law or agreed to in writing,
716
-
software distributed under the License is distributed on an
717
-
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
718
-
KIND, either express or implied. See the License for the
719
-
specific language governing permissions and limitations
720
-
under the License.
687
+
```text
688
+
Licensed to the Apache Software Foundation (ASF) under one
689
+
or more contributor license agreements. See the NOTICE file
690
+
distributed with this work for additional information
691
+
regarding copyright ownership. The ASF licenses this file
692
+
to you under the Apache License, Version 2.0 (the
693
+
"License"); you may not use this file except in compliance
694
+
with the License. You may obtain a copy of the License at
695
+
696
+
https://www.apache.org/licenses/LICENSE-2.0
697
+
698
+
Unless required by applicable law or agreed to in writing,
699
+
software distributed under the License is distributed on an
700
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
701
+
KIND, either express or implied. See the License for the
702
+
specific language governing permissions and limitations
703
+
under the License.
704
+
```
721
705
722
706
723
707
@@ -739,7 +723,7 @@ This project is maintained and funded by [Cloud Posse, LLC][website]. Like it? P
739
723
740
724
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
741
725
742
-
We offer [paid support][commercial_support] on all of our projects.
726
+
We offer [paid support][commercial_support] on all of our projects.
743
727
744
728
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