networking/lb_rule¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.lb["azurecaf_name.lb"]
azurerm_lb_rule.lb["azurerm_lb_rule.lb"]
remote:lb["remote:lb"]
azurerm_lb_rule.lb --> azurecaf_name.lb
azurerm_lb_rule.lb --> remote:lb
Module Reference¶
Category: networking
Path: modules/networking/lb_rule
Azure Resources: azurecaf_name, azurerm_lb_rule
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 | {} |
- |
"resource_group_name" |
" The name of the resource group in which to create the resource." | any |
yes | - |
- |
"backend_address_pool_ids" |
"A list of reference to a Backend Address Pool over which this Load Balancing Rule operates." | any |
yes | - |
- |
"probe_id" |
"A reference to a Probe used by this Load Balancing Rule." | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Load Balancer Rule." | - | azurerm_lb_rule.lb.id |
Sources¶
modules/networking/lb_rule/main.tfmodules/networking/lb_rule/module.tfmodules/networking/lb_rule/outputs.tfmodules/networking/lb_rule/variables.tf