We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3af48 commit bdf8391Copy full SHA for bdf8391
1 file changed
alb.tf
@@ -41,7 +41,7 @@ module "alb" {
41
https = merge({
42
port = 443
43
protocol = "HTTPS"
44
- ssl_policy = "ELBSecurityPolicy-TLS-1-2-2017-01"
+ ssl_policy = "ELBSecurityPolicy-TLS13-1-2-Res-PQ-2025-09"
45
certificate_arn = aws_acm_certificate.endpoint["this"].arn
46
forward = {
47
target_group_key = "endpoint"
0 commit comments