Skip to content
Merged
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
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ updates:
- "infrastructure/modules/ec2-instance"
- "infrastructure/modules/ecr"
- "infrastructure/modules/ecs-cluster"
- "infrastructure/modules/ecs-service"
- "infrastructure/modules/elasticache"
- "infrastructure/modules/github-config"
- "infrastructure/modules/guardduty"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ Rules:
| `ec2-instance` | — | — |
| `ecr` | — | ECR repository with security controls |
| `ecs-cluster` | terraform-aws-modules/ecs/aws//modules/cluster | ECS Fargate cluster |
| `ecs-service` | terraform-aws-modules/ecs/aws//modules/service | ECS service and task definition |
| `elasticache` | — | ElastiCache cluster (Redis/Memcached) |
| `github-config` | — | GitHub OIDC provider and runner configuration |
| `guardduty` | — | GuardDuty threat detection |
Expand Down
30 changes: 30 additions & 0 deletions infrastructure/modules/ecs-service/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

471 changes: 471 additions & 0 deletions infrastructure/modules/ecs-service/README.md

Large diffs are not rendered by default.

Loading
Loading