github.com/aquasecurity/trivy-iac@v0.8.1-0.20240127024015-3d8e412cf0ab/avd_docs/azure/network/AVD-AZU-0051/Terraform.md (about) 1 2 Set a more restrictive cidr range 3 4 ```hcl 5 resource "azurerm_network_security_rule" "good_example" { 6 direction = "Outbound" 7 destination_address_prefix = "10.0.0.0/16" 8 access = "Allow" 9 } 10 ``` 11 12 #### Remediation Links 13 - https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/network_security_rule 14