networking/lb_backend_address_pool¶
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_backend_address_pool.lb["azurerm_lb_backend_address_pool.lb"]
remote:lb["remote:lb"]
azurerm_lb_backend_address_pool.lb --> azurecaf_name.lb
azurerm_lb_backend_address_pool.lb --> remote:lb
Module Reference¶
Category: networking
Path: modules/networking/lb_backend_address_pool
Azure Resources: azurecaf_name, azurerm_lb_backend_address_pool
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 | {} |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"The ID of the Backend Address Pool." | - | azurerm_lb_backend_address_pool.lb.id |
"backend_ip_configurations" |
"The Backend IP Configurations associated with this Backend Address Pool." | - | azurerm_lb_backend_address_pool.lb.backend_ip_configurations |
"load_balancing_rules" |
"The Load Balancing Rules associated with this Backend Address Pool." | - | azurerm_lb_backend_address_pool.lb.load_balancing_rules |
"outbound_rules" |
"An array of the Load Balancing Outbound Rules associated with this Backend Address Pool." | - | azurerm_lb_backend_address_pool.lb.outbound_rules |
Sources¶
modules/networking/lb_backend_address_pool/main.tfmodules/networking/lb_backend_address_pool/module.tfmodules/networking/lb_backend_address_pool/outputs.tfmodules/networking/lb_backend_address_pool/variables.tf