Skip to content

Commit

Permalink
Merge pull request #6187 from ministryofjustice/RST-6668-update-elb-p…
Browse files Browse the repository at this point in the history
…olicy-wardship

Update elb-security-policy to latest recommended version (Wardship)
  • Loading branch information
mark-butler-solirius authored May 22, 2024
2 parents 4dda637 + af83e41 commit 95ab6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/wardship/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ resource "aws_lb_listener" "wardship_lb" {
load_balancer_arn = aws_lb.wardship_lb.arn
port = local.application_data.accounts[local.environment].server_port_2
protocol = local.application_data.accounts[local.environment].lb_listener_protocol_2
ssl_policy = local.application_data.accounts[local.environment].lb_listener_protocol_2 == "HTTP" ? "" : "ELBSecurityPolicy-2016-08"
ssl_policy = local.application_data.accounts[local.environment].lb_listener_protocol_2 == "HTTP" ? "" : "ELBSecurityPolicy-TLS13-1-2-2021-06"

default_action {
type = "forward"
Expand Down

0 comments on commit 95ab6c2

Please sign in to comment.