networking/application_gateway_waf_policies¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurerm_web_application_firewall_policy.wafpolicy["azurerm_web_application_firewall_policy.wafpolicy"]
Module Reference¶
Category: networking
Path: modules/networking/application_gateway_waf_policies
Azure Resources: azurerm_web_application_firewall_policy
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"location" |
"(Required) Resource Location" | any |
no | - |
- |
"resource_group_name" |
"Resource group object to deploy the Azure resource" | string |
no | - |
- |
"resource_group" |
"Resource group object to deploy the Azure resource" | any |
yes | - |
- |
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | bool |
yes | - |
- |
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
- | azurerm_web_application_firewall_policy.wafpolicy.id |
Sources¶
modules/networking/application_gateway_waf_policies/locals.tfmodules/networking/application_gateway_waf_policies/main.tfmodules/networking/application_gateway_waf_policies/outputs.tfmodules/networking/application_gateway_waf_policies/variables.tfmodules/networking/application_gateway_waf_policies/waf_policy.tf