Azure waf custom terraform configuration is throwing error for match_variables
I'm adding waf configuration to avoid when ever "--BEGIN PUBLIC KEY---" is matching but terraform is throwing error about some required options name = "example-wafpolicy" resource_group_name = azurerm_resource_group.rg.name location = "Global" custom_rules { name = "MatchPublicKey" priority = 1 rule_type…