Skip to content

networking/network_interface_backend_address_pool_association

Overview

This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.

Dependency diagram (Mermaid)

graph TD azurerm_network_interface_backend_address_pool_association.nibapa["azurerm_network_interface_backend_address_pool_association.nibapa"]

Module Reference

Category: networking
Path: modules/networking/network_interface_backend_address_pool_association
Azure Resources: azurerm_network_interface_backend_address_pool_association

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 {} -
network_interface_id The ID of the Network Interface. Changing this forces a new resource to be created. any yes - -
backend_address_pool_id The ID of the variable backend address pool. Changing this forces a new resource to be created. any yes - -
ip_configuration_name The name of the NIC ip configuration. any yes - -

Outputs

Name Description Sensitive Value
id The (Terraform specific) ID of the Association between the Network Interface and the Load Balancers Backend Address P... - azurerm_network_interface_backend_address_pool_association.nibapa.id

Sources

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