networking/frontdoor_rules_engine¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.fdre["azurecaf_name.fdre"]
azurerm_frontdoor_rules_engine.fdre["azurerm_frontdoor_rules_engine.fdre"]
azurerm_frontdoor_rules_engine.fdre --> azurecaf_name.fdre
Module Reference¶
Category: networking
Path: modules/networking/frontdoor_rules_engine
Azure Resources: azurecaf_name, azurerm_frontdoor_rules_engine
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
settings |
(Required) Used to handle passthrough paramenters. | any |
yes | - |
- |
remote_objects |
Remote objects configuration. | any |
no | {} |
- |
base_tags |
Base tags for the resource to be inherited from the resource group. | map(any) |
no | {} |
- |
frontdoor_name |
The name of the Front Door instance. Changing this forces a new resource to be created. | any |
yes | - |
- |
resource_group_name |
The name of the resource group. Changing this forces a new resource to be created. | any |
yes | - |
- |
Outputs¶
No outputs defined.
Sources¶
modules/networking/frontdoor_rules_engine/main.tfmodules/networking/frontdoor_rules_engine/module.tfmodules/networking/frontdoor_rules_engine/outputs.tfmodules/networking/frontdoor_rules_engine/variables.tf