Open gareda opened 3 months ago
Add the ability to configure custom rules for WAF policies.
module "application_gateway_firewall_policy" { source = "aztfm/application-gateway-firewall-policy/azurerm" version = ">=1.1.0" ... custom_rules = [{ name = "" priority = 10 rule_type = "" action = "Allow" match_conditions = [{ operator = "" negation_condition = false match_values = [""] match_variables = [{ variable_name = "RemoteAddr" }] }] }] }
Description
Add the ability to configure custom rules for WAF policies.
Potential Terraform Configuration
References