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

     1  
     2  Switch to an internal load balancer or add a terrasec ignore
     3  
     4  ```hcl
     5   resource "aws_alb" "good_example" {
     6   	internal = true
     7   }
     8   
     9  ```
    10  
    11  #### Remediation Links
    12   - https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lb
    13