github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/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