networking/firewall_policies¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.fwpol["azurecaf_name.fwpol"]
azurerm_firewall_policy.fwpol["azurerm_firewall_policy.fwpol"]
azurerm_firewall_policy.fwpol --> azurecaf_name.fwpol
Module Reference¶
Category: networking
Path: modules/networking/firewall_policies
Azure Resources: azurecaf_name, azurerm_firewall_policy
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
settings |
(Required) Azure Firewall Policy Configuration | any |
yes | - |
- |
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
tags |
(Optional) A mapping of tags to assign to the resource | any |
no | {} |
- |
resource_group |
(Required) A resource_group object. | any |
yes | - |
- |
base_policy_id |
(Optional) The ID of the base Firewall Policy. | string |
no | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
The ID of the Azure Firewall Polict | - | azurerm_firewall_policy.fwpol.id |
name |
Name of the firewall policy | - | azurerm_firewall_policy.fwpol.name |
resource_group_name |
- | local.resource_group_name |
Sources¶
modules/networking/firewall_policies/firewall_policy.tfmodules/networking/firewall_policies/locals.tfmodules/networking/firewall_policies/main.tfmodules/networking/firewall_policies/outputs.tfmodules/networking/firewall_policies/variables.tf