Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

-->

Terraform module to create an ECS Service for a web app (task), and an ALB target group to route requests.
Terraform module to create an ECS Service for a web app (task), and registers with an ALB target group to route requests.


> [!TIP]
Expand Down Expand Up @@ -426,7 +426,7 @@ Check out these related projects.
> - **Customer Workshops.** Engage with our team in weekly workshops, gaining insights and strategies to continuously improve and innovate.
>
> <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>
>
>
</details>

## ✨ Contributing
Expand Down Expand Up @@ -469,15 +469,15 @@ Setup dependencies:

To run tests:

- Run all tests:
- Run all tests:
```sh
atmos test run
```
- Clean up test artifacts:
- Clean up test artifacts:
```sh
atmos test clean
```
- Explore additional test options:
- Explore additional test options:
```sh
atmos test --help
```
Expand Down
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ related:
- name: terraform-aws-lb-s3-bucket
description: Terraform module to provision an S3 bucket with built in IAM policy to allow AWS Load Balancers to ship access logs.
url: https://github.com/cloudposse/terraform-aws-lb-s3-bucket
description: Terraform module to create an ECS Service for a web app (task), and an ALB target group to route requests.
description: Terraform module to create an ECS Service for a web app (task), and registers with an ALB target group to route requests.
usage: |2-

For a complete example, see [examples/complete](examples/complete).
Expand Down