Motivation
Following the structure described in:
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/web_application_firewall_policy#exclusion-1
we need to update the configuration in:
https://github.com/prefapp/tfm/blob/main/modules/azure-app-gateway/web_application_firewall_policy.tf
Currently the module supports:
policy_settings
custom_rules
managed_rule_set
rule_group_override
but it does not support managed_rules.exclusion.
We need to create a dynamic block that supports multiple exclusions inside managed_rules.
Acceptance criteria
Motivation
Following the structure described in:
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/web_application_firewall_policy#exclusion-1
we need to update the configuration in:
https://github.com/prefapp/tfm/blob/main/modules/azure-app-gateway/web_application_firewall_policy.tf
Currently the module supports:
policy_settingscustom_rulesmanaged_rule_setrule_group_overridebut it does not support
managed_rules.exclusion.We need to create a dynamic block that supports multiple exclusions inside
managed_rules.Acceptance criteria
managed_rules.exclusion