github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/nifcloud/network/AVD-NIF-0021/Terraform.md (about)

     1  
     2  Switch to HTTPS to benefit from TLS security features
     3  
     4  ```hcl
     5   resource "nifcloud_elb" "good_example" {
     6       protocol = "HTTPS"
     7   }
     8   
     9  ```
    10  ```hcl
    11  resource "nifcloud_load_balancer" "good_example" {
    12      load_balancer_port = 443
    13  }
    14  
    15  ```
    16  
    17  #### Remediation Links
    18   - https://registry.terraform.io/providers/nifcloud/nifcloud/latest/docs/resources/elb#protocol
    19  
    20   - https://registry.terraform.io/providers/nifcloud/nifcloud/latest/docs/resources/load_balancer#load_balancer_port
    21