github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/aws/elb/AVD-AWS-0047/Terraform.md (about)

     1  
     2  Use a more recent TLS/SSL policy for the load balancer
     3  
     4  ```hcl
     5   resource "aws_alb_listener" "good_example" {
     6   	ssl_policy = "ELBSecurityPolicy-TLS13-1-2-2021-06"
     7   	protocol = "HTTPS"
     8   }
     9   
    10  ```
    11  
    12  #### Remediation Links
    13   - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb_listener
    14