Use proper name for ALB policy (#10889)

Fixes issue from #10887.
This commit is contained in:
Zach Wasserman 2023-03-30 11:15:30 -07:00 committed by GitHub
parent 24533da337
commit 70a429327f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ module "alb" {
]
# Require TLS 1.2 as earlier versions are insecure
listener_ssl_policy_default = "TLS-1-2-2017-01"
listener_ssl_policy_default = "ELBSecurityPolicy-TLS-1-2-2017-01"
https_listeners = [
{