Skip to content

Commit

Permalink
upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
paulofponciano committed Mar 29, 2024
1 parent 4a867d5 commit b1c1fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nlb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ resource "aws_lb_listener" "ingress_443" {
port = "443"
#protocol = "TCP"
protocol = "TLS"
certificate_arn = "arn:aws:acm:us-east-2:310240692520:certificate/925700c8-03d1-4d4a-890a-239ffe4fa4f0"
certificate_arn = "arn:aws:acm:us-east-2:310240692520:certificate/bfbfe3ce-d347-4c42-8986-f45e95e04ca1"
alpn_policy = "HTTP2Preferred"

default_action {
Expand Down

0 comments on commit b1c1fe7

Please sign in to comment.