Hello guys,
I am using the AWS provider version 5.85.0. I added the attribute
routing_http_response_strict_transport_security_header_value = “max-age=2592000; includeSubDomains; preload” to the resource aws_lb_listener.
Running terraform plan and apply Terraform shows me that it will change the value on the Load Balancer but if I visit the resource in the AWS Console no header was added. If I add the HSTS header manually it is accepted and displayed.
Does anyone has a solution for this?
Best regards,
Mark