Skip to content

Commit

Permalink
ci(infra): Use restrictive ssl policy as default in alb fargate
Browse files Browse the repository at this point in the history
  • Loading branch information
topher-lo committed Jan 10, 2025
1 parent c29170c commit c14bc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/aws/ecs/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_alb_listener" "https" {
port = "443"
protocol = "HTTPS"

ssl_policy = "ELBSecurityPolicy-TLS13-1-2-2021-06"
ssl_policy = "ELBSecurityPolicy-TLS13-1-2-Res-2021-06"
certificate_arn = var.acm_certificate_arn

default_action {
Expand Down

0 comments on commit c14bc01

Please sign in to comment.