Skip to content

networking/lb_backend_address_pool_address

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_address.lb["azurerm_lb_backend_address_pool_address.lb"] remote:lb_backend_address_pool["remote:lb_backend_address_pool"] remote:virtual_network["remote:virtual_network"] azurerm_lb_backend_address_pool_address.lb --> azurecaf_name.lb azurerm_lb_backend_address_pool_address.lb --> remote:lb_backend_address_pool azurerm_lb_backend_address_pool_address.lb --> remote:virtual_network

Module Reference

Category: networking
Path: modules/networking/lb_backend_address_pool_address
Azure Resources: azurecaf_name, azurerm_lb_backend_address_pool_address

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 Address." - azurerm_lb_backend_address_pool_address.lb.id

Sources

  • modules/networking/lb_backend_address_pool_address/main.tf
  • modules/networking/lb_backend_address_pool_address/module.tf
  • modules/networking/lb_backend_address_pool_address/outputs.tf
  • modules/networking/lb_backend_address_pool_address/variables.tf