networking/firewall_policy_rule_collection_groups¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.application_rule["azurecaf_name.application_rule"]
azurecaf_name.nat_rule["azurecaf_name.nat_rule"]
azurecaf_name.network_rule["azurecaf_name.network_rule"]
azurecaf_name.polgroup["azurecaf_name.polgroup"]
azurerm_firewall_policy_rule_collection_group.polgroup["azurerm_firewall_policy_rule_collection_group.polgroup"]
azurerm_firewall_policy_rule_collection_group.polgroup --> azurecaf_name.application_rule
azurerm_firewall_policy_rule_collection_group.polgroup --> azurecaf_name.nat_rule
azurerm_firewall_policy_rule_collection_group.polgroup --> azurecaf_name.network_rule
azurerm_firewall_policy_rule_collection_group.polgroup --> azurecaf_name.polgroup
Module Reference¶
Category: networking
Path: modules/networking/firewall_policy_rule_collection_groups
Azure Resources: azurecaf_name, azurerm_firewall_policy_rule_collection_group
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
policy_settings |
(Required) Azure Firewall Policy Configuration | any |
yes | - |
- |
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
firewall_policy_id |
(Required) The ID of the Firewall Policy where the Firewall Policy Rule Collection Group should exist. Changing this ... | any |
yes | - |
- |
ip_groups |
(Optional) Specifies a map of source IP groups. | any |
no | {} |
- |
public_ip_addresses |
(Optional) A map of destination IP addresses (including CIDR). | any |
no | {} |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the Firewall Policy Rule Collection Group | - | azurerm_firewall_policy_rule_collection_group.polgroup.id |
Sources¶
modules/networking/firewall_policy_rule_collection_groups/firewall_policy_rule_collection_groups.tfmodules/networking/firewall_policy_rule_collection_groups/main.tfmodules/networking/firewall_policy_rule_collection_groups/outputs.tfmodules/networking/firewall_policy_rule_collection_groups/variables.tf