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
1 change: 1 addition & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ updates:
- package-ecosystem: "terraform"
directories:
- "infrastructure/modules/acm"
- "infrastructure/modules/alb"
- "infrastructure/modules/api-gateway"
- "infrastructure/modules/aws-backup-destination"
- "infrastructure/modules/aws-backup-source"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ Rules:
| Module | Wraps | Description |
| --- | --- | --- |
| `acm` | terraform-aws-modules/acm/aws | AWS Certificate Manager (ACM) certificate management |
| `alb` | — | — |
| `api-gateway` | — | API Gateway configuration with custom domain and integration |
| `aws-backup-destination` | — | AWS Backup destination vault |
| `aws-backup-source` | — | AWS Backup source configuration |
Expand Down
30 changes: 30 additions & 0 deletions infrastructure/modules/alb/.terraform.lock.hcl

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

282 changes: 282 additions & 0 deletions infrastructure/modules/alb/README.md

Large diffs are not rendered by default.

Loading
Loading