Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
01e7cbf
feat(alb): enhance module with security group requirements and valida…
nhs-oliverslater Jul 21, 2026
1b7776a
feat(alb): enhance documentation and validation for ALB module, inclu…
nhs-oliverslater Jul 21, 2026
cc3f854
fix(alb): correct desync_mitigation_mode validation to properly handl…
nhs-oliverslater Jul 21, 2026
2f671d7
feat(cloudwatch-logs)!: enhance module with mandatory logging, improv…
nhs-oliverslater Jul 21, 2026
f7657ef
fix(cloudwatch-logs): update AWS provider version and hashes in lock …
nhs-oliverslater Jul 21, 2026
76b197b
docs(alb): correct markdown formatting in README for clarity
nhs-oliverslater Jul 21, 2026
4c5f1fc
feat(ecs-cluster): enhance ECS Exec logging with CloudWatch and S3 su…
nhs-oliverslater Jul 21, 2026
eaeee55
fix(cloudwatch-logs): update log group creation logic to use log_grou…
nhs-oliverslater Jul 21, 2026
7163156
feat(ssm-parameter): enhance parameter naming with optional override …
nhs-oliverslater Jul 21, 2026
b9b4db7
feat(ssm-parameter): enhance parameter naming with optional override …
nhs-oliverslater Jul 21, 2026
32cbd36
fix(ssm-parameter): update README and module documentation for clarit…
nhs-oliverslater Jul 21, 2026
13c5807
fix: update log group and secret name logic to support path-style nam…
nhs-oliverslater Jul 22, 2026
7966243
feat: Introduce VPC Endpoint Module
nhs-oliverslater Jul 22, 2026
b1a88ac
fix(vpc-endpoint): enforce validation for non-empty endpoints in vari…
nhs-oliverslater Jul 22, 2026
56b7b49
feat(vpc): add subnet creation flags and input validations for subnet…
nhs-oliverslater Jul 24, 2026
66bcbfa
fix(vpc): enhance input validation and update README for subnet prefi…
nhs-oliverslater Jul 24, 2026
78b714c
docs(vpc): update README usage examples with new subnet creation para…
nhs-oliverslater Jul 24, 2026
0246c4e
feat(vpc): add NAT Gateway configuration and validation for private s…
nhs-oliverslater Jul 24, 2026
353c23d
feat(vpc): add support for VPC Block Public Access exclusions for spe…
nhs-oliverslater Jul 24, 2026
8ab2f27
fix(vpc-endpoint): update tags assignment to use module context
nhs-oliverslater Jul 24, 2026
56cf33c
fix(vpc-endpoint): update tags assignment to use module context
nhs-oliverslater Jul 24, 2026
9eb63b2
feat(rds): add KMS key ID variable for master user password encryption
nhs-oliverslater Jul 27, 2026
d7b7a4a
feat(rds): add CloudWatch log group support and input validations
nhs-oliverslater Jul 27, 2026
3d6e882
fix(ecs, efs): prevent default security group creation by requiring c…
nhs-oliverslater Jul 28, 2026
771bfe1
fix(alb): add count condition to validation resource for module enabl…
nhs-oliverslater Jul 28, 2026
5248a5d
fix(alb): enhance ALB module with additional configuration options an…
nhs-oliverslater Jul 28, 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 @@ -78,6 +78,7 @@ updates:
- "infrastructure/modules/sqs"
- "infrastructure/modules/ssm-parameter"
- "infrastructure/modules/tags"
- "infrastructure/modules/vpc-endpoint"
- "infrastructure/modules/vpc"
- "infrastructure/modules/vpce"
- "infrastructure/modules/vpces"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,9 @@ Rules:
| `ssm-parameter` | — | — |
| `tags` | — | Foundation: naming and tagging context module |
| `vpc` | terraform-aws-modules/vpc/aws | VPC with subnets, routing, and gateways |
| `vpce` | — | VPC endpoint (single service) |
| `vpces` | — | VPC endpoints (multiple services) |
| `vpc-endpoint` | terraform-aws-modules/vpc/aws//modules/vpc-endpoints | VPC endpoints (Interface and Gateway) with policies |
| `vpce` | — | VPC endpoint (single service) (legacy) |
| `vpces` | — | VPC endpoints (multiple services) (legacy) |
| `waf` | — | WAF web ACL with rules |

<!-- END_AVAILABLE_MODULES -->
Expand Down
Loading
Loading