Skip to content

Commit 53a05a5

Browse files
authored
chore: Update Scaffolding (#218)
1 parent 7f783b8 commit 53a05a5

File tree

3 files changed

+111
-202
lines changed

3 files changed

+111
-202
lines changed

.github/mergify.yml

+1-76
Original file line numberDiff line numberDiff line change
@@ -1,76 +1 @@
1-
# https://docs.mergify.io/conditions.html
2-
# https://docs.mergify.io/actions.html
3-
pull_request_rules:
4-
- name: "approve automated PRs that have passed checks"
5-
conditions:
6-
- "author~=^(cloudpossebot|renovate\\[bot\\])$"
7-
- "-closed"
8-
- "head~=^(auto-update|renovate)/.*"
9-
- "check-success=test/bats"
10-
- "check-success=test/readme"
11-
- "check-success=test/terratest"
12-
- "check-success=validate-codeowners"
13-
- or:
14-
- "base=master"
15-
- "base=main"
16-
- "base~=^release/v\\d{1,2}$"
17-
18-
actions:
19-
review:
20-
type: "APPROVE"
21-
bot_account: "cloudposse-mergebot"
22-
message: "We've automatically approved this PR because the checks from the automated Pull Request have passed."
23-
24-
- name: "merge automated PRs when approved and tests pass"
25-
conditions:
26-
- "author~=^(cloudpossebot|renovate\\[bot\\])$"
27-
- "-closed"
28-
- "head~=^(auto-update|renovate)/.*"
29-
- "check-success=test/bats"
30-
- "check-success=test/readme"
31-
- "check-success=test/terratest"
32-
- "check-success=validate-codeowners"
33-
- "#approved-reviews-by>=1"
34-
- "#changes-requested-reviews-by=0"
35-
- "#commented-reviews-by=0"
36-
- or:
37-
- "base=master"
38-
- "base=main"
39-
- "base~=^release/v\\d{1,2}$"
40-
41-
actions:
42-
merge:
43-
method: "squash"
44-
45-
- name: "delete the head branch after merge"
46-
conditions:
47-
- "merged"
48-
actions:
49-
delete_head_branch: {}
50-
51-
- name: "ask to resolve conflict"
52-
conditions:
53-
- "conflict"
54-
- "-closed"
55-
actions:
56-
comment:
57-
message: "This pull request is now in conflict. Could you fix it @{{author}}? 🙏"
58-
59-
- name: "remove outdated reviews"
60-
conditions:
61-
- or:
62-
- "base=master"
63-
- "base=main"
64-
- "base~=^release/v\\d{1,2}$"
65-
actions:
66-
dismiss_reviews:
67-
changes_requested: true
68-
approved: true
69-
message: "This Pull Request has been updated, so we're dismissing all reviews."
70-
71-
- name: "close Pull Requests without files changed"
72-
conditions:
73-
- "#files=0"
74-
actions:
75-
close:
76-
message: "This pull request has been automatically closed by Mergify because there are no longer any changes."
1+
extends: .github

README.md

+67-68
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
2+
13
<!-- markdownlint-disable -->
24
# terraform-aws-ecs-alb-service-task <a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content="><img align="right" src="https://cloudposse.com/logo-300x69.svg" width="150" /></a>
3-
<a href="https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-alb-service-task.svg" alt="Latest Release"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/badge.svg" alt="Slack Community"/></a>
5+
<a href="https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/releases/latest"><img src="https://img.shields.io/github/release/cloudposse/terraform-aws-ecs-alb-service-task.svg?style=for-the-badge" alt="Latest Release"/></a><a href="https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/commits"><img src="https://img.shields.io/github/last-commit/cloudposse/terraform-aws-ecs-alb-service-task.svg?style=for-the-badge" alt="Last Updated"/></a><a href="https://slack.cloudposse.com"><img src="https://slack.cloudposse.com/for-the-badge.svg" alt="Slack Community"/></a>
46
<!-- markdownlint-restore -->
57

68
<!--
@@ -27,42 +29,24 @@
2729
Terraform module to create an ECS Service for a web app (task), and an ALB target group to route requests.
2830

2931

30-
---
31-
> [!NOTE]
32-
> This project is part of Cloud Posse's comprehensive ["SweetOps"](https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=) approach towards DevOps.
33-
> <details><summary><strong>Learn More</strong></summary>
34-
> <a href="https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=terraform_modules">
35-
> <picture>
36-
> <source media="(prefers-color-scheme: dark)" srcset="https://docs.cloudposse.com/images/terraform-open-source-modules-light.svg">
37-
> <source media="(prefers-color-scheme: light)" srcset="https://docs.cloudposse.com/images/terraform-open-source-modules-dark.svg">
38-
> <img alt="Terraform Open Source Modules" src="https://docs.cloudposse.com/images/terraform-open-source-modules.svg" align="right">
39-
> </picture>
40-
> </a>
41-
>
32+
> [!TIP]
33+
> #### 👽 Use Atmos with Terraform
34+
> Cloud Posse uses [`atmos`](https://atmos.tools) to easily orchestrate multiple environments using Terraform. <br/>
35+
> Works with [Github Actions](https://atmos.tools/integrations/github-actions/), [Atlantis](https://atmos.tools/integrations/atlantis), or [Spacelift](https://atmos.tools/integrations/spacelift).
4236
>
43-
> It's 100% Open Source and licensed under the [APACHE2](LICENSE).
44-
>
45-
> We literally have [*hundreds of terraform modules*](https://cpco.io/terraform-modules?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=terraform_modules) that are Open Source and well-maintained. Check them out!
46-
> </details>
37+
> <details>
38+
> <summary><strong>Watch demo of using Atmos with Terraform</strong></summary>
39+
> <img src="https://github.com/cloudposse/atmos/blob/master/docs/demo.gif?raw=true"/><br/>
40+
> <i>Example of running <a href="https://atmos.tools"><code>atmos</code></a> to manage infrastructure from our <a href="https://atmos.tools/quick-start/">Quick Start</a> tutorial.</i>
41+
> </detalis>
4742
48-
<a href="https://cloudposse.com/readme/header/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=readme_header_link"><img src="https://cloudposse.com/readme/header/img"/></a>
4943

5044

5145

5246

5347
## Usage
5448

5549

56-
57-
> [!IMPORTANT]
58-
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
59-
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
60-
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
61-
> approach for updating versions to avoid unexpected changes.
62-
63-
64-
65-
6650
For a complete example, see [examples/complete](examples/complete).
6751

6852
For automated test of the complete example using `bats` and `Terratest`, see [test](test).
@@ -198,6 +182,14 @@ Images in other online repositories are qualified further by a domain name (for
198182

199183
For more info, see [Container Definition](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerDefinition.html).
200184

185+
> [!IMPORTANT]
186+
> In Cloud Posse's examples, we avoid pinning modules to specific versions to prevent discrepancies between the documentation
187+
> and the latest released versions. However, for your own projects, we strongly advise pinning each module to the exact version
188+
> you're using. This practice ensures the stability of your infrastructure. Additionally, we recommend implementing a systematic
189+
> approach for updating versions to avoid unexpected changes.
190+
191+
192+
201193

202194

203195

@@ -391,23 +383,60 @@ Check out these related projects.
391383
- [terraform-aws-ecs-container-definition](https://github.com/cloudposse/terraform-aws-ecs-container-definition) - Terraform module to generate well-formed JSON documents that are passed to the aws_ecs_task_definition Terraform resource
392384
- [terraform-aws-lb-s3-bucket](https://github.com/cloudposse/terraform-aws-lb-s3-bucket) - Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs.
393385

386+
387+
> [!TIP]
388+
> #### Use Terraform Reference Architectures for AWS
389+
>
390+
> Use Cloud Posse's ready-to-go [terraform architecture blueprints](https://cloudposse.com/reference-architecture/) for AWS to get up and running quickly.
391+
>
392+
> ✅ We build it with you.<br/>
393+
> ✅ You own everything.<br/>
394+
> ✅ Your team wins.<br/>
395+
>
396+
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
397+
> <details><summary>📚 <strong>Learn More</strong></summary>
398+
>
399+
> <br/>
400+
>
401+
> Cloud Posse is the leading [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support) for funded startups and enterprises.
402+
>
403+
> *Your team can operate like a pro today.*
404+
>
405+
> Ensure that your team succeeds by using Cloud Posse's proven process and turnkey blueprints. Plus, we stick around until you succeed.
406+
> #### Day-0: Your Foundation for Success
407+
> - **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
408+
> - **Deployment Strategy.** Adopt a proven deployment strategy with GitHub Actions, enabling automated, repeatable, and reliable software releases.
409+
> - **Site Reliability Engineering.** Gain total visibility into your applications and services with Datadog, ensuring high availability and performance.
410+
> - **Security Baseline.** Establish a secure environment from the start, with built-in governance, accountability, and comprehensive audit logs, safeguarding your operations.
411+
> - **GitOps.** Empower your team to manage infrastructure changes confidently and efficiently through Pull Requests, leveraging the full power of GitHub Actions.
412+
>
413+
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
414+
>
415+
> #### Day-2: Your Operational Mastery
416+
> - **Training.** Equip your team with the knowledge and skills to confidently manage the infrastructure, ensuring long-term success and self-sufficiency.
417+
> - **Support.** Benefit from a seamless communication over Slack with our experts, ensuring you have the support you need, whenever you need it.
418+
> - **Troubleshooting.** Access expert assistance to quickly resolve any operational challenges, minimizing downtime and maintaining business continuity.
419+
> - **Code Reviews.** Enhance your team’s code quality with our expert feedback, fostering continuous improvement and collaboration.
420+
> - **Bug Fixes.** Rely on our team to troubleshoot and resolve any issues, ensuring your systems run smoothly.
421+
> - **Migration Assistance.** Accelerate your migration process with our dedicated support, minimizing disruption and speeding up time-to-value.
422+
> - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
423+
>
424+
> <a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support"><img alt="Request Quote" src="https://img.shields.io/badge/request%20quote-success.svg?style=for-the-badge"/></a>
425+
> </details>
426+
394427
## ✨ Contributing
395428

396429
This project is under active development, and we encourage contributions from our community.
430+
431+
432+
397433
Many thanks to our outstanding contributors:
398434

399435
<a href="https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/graphs/contributors">
400436
<img src="https://contrib.rocks/image?repo=cloudposse/terraform-aws-ecs-alb-service-task&max=24" />
401437
</a>
402438

403-
### 🐛 Bug Reports & Feature Requests
404-
405-
Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues) to report any bugs or file feature requests.
406-
407-
### 💻 Developing
408-
409-
If you are interested in being a contributor and want to get involved in developing this project or help out with Cloud Posse's other projects, we would love to hear from you!
410-
Hit us up in [Slack](https://cpco.io/slack?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=slack), in the `#cloudposse` channel.
439+
For 🐛 bug reports & feature requests, please use the [issue tracker](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/issues).
411440

412441
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
413442
1. Review our [Code of Conduct](https://github.com/cloudposse/terraform-aws-ecs-alb-service-task/?tab=coc-ov-file#code-of-conduct) and [Contributor Guidelines](https://github.com/cloudposse/.github/blob/main/CONTRIBUTING.md).
@@ -432,38 +461,6 @@ Dropped straight into your Inbox every week — and usually a 5-minute read.
432461

433462
[Join us every Wednesday via Zoom](https://cloudposse.com/office-hours?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=office_hours) for your weekly dose of insider DevOps trends, AWS news and Terraform insights, all sourced from our SweetOps community, plus a _live Q&A_ that you can’t find anywhere else.
434463
It's **FREE** for everyone!
435-
436-
## About
437-
438-
This project is maintained by <a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=">Cloud Posse, LLC</a>.
439-
<a href="https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content="><img src="https://cloudposse.com/logo-300x69.svg" align="right" /></a>
440-
441-
We are a [**DevOps Accelerator**](https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support) for funded startups and enterprises.
442-
Use our ready-to-go terraform architecture blueprints for AWS to get up and running quickly.
443-
We build it with you. You own everything. Your team wins. Plus, we stick around until you succeed.
444-
445-
<a href="https://cpco.io/commercial-support?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=commercial_support"><img alt="Learn More" src="https://img.shields.io/badge/learn%20more-success.svg?style=for-the-badge"/></a>
446-
447-
*Your team can operate like a pro today.*
448-
449-
Ensure that your team succeeds by using our proven process and turnkey blueprints. Plus, we stick around until you succeed.
450-
451-
<details>
452-
<summary>📚 <strong>See What's Included</strong></summary>
453-
454-
- **Reference Architecture.** You'll get everything you need from the ground up built using 100% infrastructure as code.
455-
- **Deployment Strategy.** You'll have a battle-tested deployment strategy using GitHub Actions that's automated and repeatable.
456-
- **Site Reliability Engineering.** You'll have total visibility into your apps and microservices.
457-
- **Security Baseline.** You'll have built-in governance with accountability and audit logs for all changes.
458-
- **GitOps.** You'll be able to operate your infrastructure via Pull Requests.
459-
- **Training.** You'll receive hands-on training so your team can operate what we build.
460-
- **Questions.** You'll have a direct line of communication between our teams via a Shared Slack channel.
461-
- **Troubleshooting.** You'll get help to triage when things aren't working.
462-
- **Code Reviews.** You'll receive constructive feedback on Pull Requests.
463-
- **Bug Fixes.** We'll rapidly work with you to fix any bugs in our projects.
464-
</details>
465-
466-
<a href="https://cloudposse.com/readme/commercial-support/link?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-ecs-alb-service-task&utm_content=readme_commercial_support_link"><img src="https://cloudposse.com/readme/commercial-support/img"/></a>
467464
## License
468465

469466
<a href="https://opensource.org/licenses/Apache-2.0"><img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=for-the-badge" alt="License"></a>
@@ -498,6 +495,8 @@ under the License.
498495
## Trademarks
499496

500497
All other trademarks referenced herein are the property of their respective owners.
498+
499+
501500
---
502501
Copyright © 2017-2024 [Cloud Posse, LLC](https://cpco.io/copyright)
503502

0 commit comments

Comments
 (0)