Skip to content

Commit

Permalink
Update load balancer SSL policy. (#146)
Browse files Browse the repository at this point in the history
* Update load balancer SSL policy.

* Remove extra lines.
  • Loading branch information
vincentwschau authored Oct 16, 2024
1 parent a51b44f commit eeefc4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions indexer/load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ resource "aws_lb_listener" "public_https" {
certificate_arn = aws_acm_certificate.cert[0].arn
port = "443"
protocol = "HTTPS"
// Refer to https://docs.aws.amazon.com/elasticloadbalancing/latest/application/describe-ssl-policies.html
ssl_policy = "ELBSecurityPolicy-TLS13-1-2-2021-06"

default_action {
type = "fixed-response"
Expand Down

0 comments on commit eeefc4b

Please sign in to comment.