Skip to content

Commit 46598cb

Browse files
Modified README and added variable description
1 parent b2d1dad commit 46598cb

File tree

19 files changed

+57
-425
lines changed

19 files changed

+57
-425
lines changed

.terraform.lock.hcl

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 8 additions & 9 deletions
Large diffs are not rendered by default.

docs/README.md

Lines changed: 0 additions & 125 deletions
This file was deleted.

docs/example/README.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

docs/health-check-service/README.md

Lines changed: 0 additions & 135 deletions
This file was deleted.

docs/module-usage-guide/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Ensure that the AWS credentials used to execute Terraform have the necessary per
5454

5555
- ECS cluster
5656
- Application load balancer
57-
- ACM
5857
- SSM Parameters
5958
- Cloudwatch Log groups
6059
- IAM roles and policies
@@ -78,11 +77,10 @@ For basic usage, see the [example](https://github.com/sourcefuse/terraform-aws-a
7877
This example will create:
7978

8079
- An ECS Cluster with Fargate launch type.
81-
- Application Load Balancer with default port 80 to 443 redirect.
82-
- Health Check Service: A vanilla HTTP echo service serving as the default target group for the load balancer to ensure core infrastructure, networking, security groups, etc. are configured correctly.
80+
- Application Load Balancer with default port 80.
81+
- Health Check Service: A vanilla docker healthcheck service serving as the default target group for the load balancer to ensure core infrastructure, networking, security groups, etc. are configured correctly.
8382
- Task Execution IAM Role: Used by downstream services for task execution.
84-
- ACM Certificate: Generates a certificate specific to the ALB.
85-
- Tags/SSM Params: The module tags resources and outputs SSM params for ECS services to reference when deploying into the cluster
83+
- Tags: The module tags resources for easy reference in the AWS console.
8684

8785
### Tips and Recommendations
8886

0 commit comments

Comments
 (0)