Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
ab0da5e
feat(ecs-service): add bare bones service
dave4420 Jun 19, 2026
82d7681
feat(ecs-service): add context
dave4420 Jun 22, 2026
b8551b2
feat(ecs-service): add inputs a
dave4420 Jun 22, 2026
7ca4f72
feat(ecs-service): add inputs ca-cp
dave4420 Jun 22, 2026
05e5cb3
feat(ecs-service): add inputs cr
dave4420 Jun 22, 2026
97c23b9
feat(ecs-service): add inputs d
dave4420 Jun 22, 2026
528506b
feat(ecs-service): add inputs e
dave4420 Jun 22, 2026
dd3e1e2
feat(ecs-service): add inputs f-h
dave4420 Jun 22, 2026
6d11d43
feat(ecs-service): add inputs ia
dave4420 Jun 22, 2026
e642161
feat(ecs-service): add inputs ig-ip
dave4420 Jun 22, 2026
024c0c2
feat(ecs-service): add inputs l-p
dave4420 Jun 22, 2026
f6e524c
feat(ecs-service): add inputs r-sc
dave4420 Jun 22, 2026
c643a16
feat(ecs-service): add inputs s
dave4420 Jun 22, 2026
a81de96
feat(ecs-service): add inputs task_*
dave4420 Jun 22, 2026
d531b24
feat(ecs-service): add inputs tasks_*
dave4420 Jun 22, 2026
a60ab2a
feat(ecs-service): add inputs ti-z
dave4420 Jun 22, 2026
9545a7a
feat(ecs-service): add outputs
dave4420 Jun 22, 2026
5d0b134
docs(ecs-service): remove unnecessary comment
dave4420 Jun 22, 2026
1f4f532
docs(ecs-service): write intro
dave4420 Jun 22, 2026
509cf51
docs(ecs-service): write examples
dave4420 Jun 22, 2026
0d4df63
feat(ecs-service): enhance README and add locals for service name man…
nhs-oliverslater Jun 22, 2026
990fe1c
feat(gitleaks): enhance gitleaks configuration for IPv4 and IPv6 rules
nhs-oliverslater Jun 23, 2026
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 @@ -44,6 +44,7 @@ updates:
- "infrastructure/modules/cw-firehose-splunk"
- "infrastructure/modules/ecr"
- "infrastructure/modules/ecs-cluster"
- "infrastructure/modules/ecs-service"
- "infrastructure/modules/elasticache"
- "infrastructure/modules/github-config"
- "infrastructure/modules/guardduty"
Expand Down
4 changes: 4 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ e876843351a025eb754ec61982c8b7d95deeb709:.pre-commit-config.yaml:ipv4:119
e364bc1869c67729653c7efb4d6169f2294e68de:.pre-commit-config.yaml:ipv4:110
62088509f98ce02ce379adef2168b867eecfb5da:.pre-commit-config.yaml:ipv4:110
a3fa25da4e8f9eaa2e28c29f6196f23bfe87a58d:.pre-commit-config.yaml:ipv4:119
# Historical false positive: example ARN comment in tags/main.tf contained hex-like content
# which triggered the ipv6 rule. Comment updated in later commit; old commits suppressed here.
7b49758d98757e8f404cb2c540c1f146afd6e395:infrastructure/modules/tags/main.tf:ipv6:131
091dcd76884ffd307aee6c6b306b015c065f4896:infrastructure/modules/tags/main.tf:ipv6:131
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.

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

Large diffs are not rendered by default.

Loading
Loading