Skip to content

Commit bdf8391

Browse files
authored
feat: Update the ALB SSL policy to the current default. (#47)
Update the ALB SSL policy to the current default
1 parent 1e3af48 commit bdf8391

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module "alb" {
4141
https = merge({
4242
port = 443
4343
protocol = "HTTPS"
44-
ssl_policy = "ELBSecurityPolicy-TLS-1-2-2017-01"
44+
ssl_policy = "ELBSecurityPolicy-TLS13-1-2-Res-PQ-2025-09"
4545
certificate_arn = aws_acm_certificate.endpoint["this"].arn
4646
forward = {
4747
target_group_key = "endpoint"

0 commit comments

Comments
 (0)