Skip to content

networking/networking_interface_asg_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_application_security_group_association.asg["azurerm_network_interface_application_security_group_association.asg"]

Module Reference

Category: networking
Path: modules/networking/networking_interface_asg_association
Azure Resources: azurerm_network_interface_application_security_group_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 - -
"location" "(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource ... string yes - -
"resource_group_name" "Name of the existing resource group to deploy the virtual machine" any yes - -
"base_tags" "Base tags for the resource to be inherited from the resource group." map(any) yes - -
"application_security_groups" any no {} -
"settings" any no {} -
"network_interface_id" any no {} -
"application_security_group_id" any no {} -
"existing_resources" any no {} -

Outputs

No outputs defined.

Sources

  • modules/networking/networking_interface_asg_association/asg_associations.tf
  • modules/networking/networking_interface_asg_association/locals.tf
  • modules/networking/networking_interface_asg_association/main.tf
  • modules/networking/networking_interface_asg_association/outputs.tf
  • modules/networking/networking_interface_asg_association/variables.tf