terraform-azurerm-caf icon indicating copy to clipboard operation
terraform-azurerm-caf copied to clipboard

Support web_categories for azurerm_firewall_policy_rule_collection_group

Open jleonelion opened this issue 2 years ago • 1 comments

This request to enhance azurerm_firewall_policy_rule_collection_group so support argument web_categories since this is an essential feature of Azure Firewall when creating policies to control site access from Azure.

Something like this in the above referenced TF file

web_categories = try(rule.value.web_categories, null)

Assign to me if you'd like.

jleonelion avatar Apr 15 '22 15:04 jleonelion

@arnaudlh @LaurentLesle I have changes for this queued up. Please assign and let me know the branch you would like me to submit PR to.

jleonelion avatar Jun 02 '22 15:06 jleonelion