github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/aws/apigateway/AVD-AWS-0005/Terraform.md (about)

     1  
     2  Use the most modern TLS/SSL policies available
     3  
     4  ```hcl
     5   resource "aws_api_gateway_domain_name" "good_example" {
     6   	security_policy = "TLS_1_2"
     7   }
     8   
     9  ```
    10  
    11  #### Remediation Links
    12   - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/api_gateway_domain_name#security_policy
    13