Skip to content

networking.tf

Overview

Root-level aggregator wiring calling one or more service modules.

Dependency diagram

graph TD azapi_resource.virtualNetworkPeerings["azapi_resource.virtualNetworkPeerings"] azurecaf_name.ddos_protection_plan["azurecaf_name.ddos_protection_plan"] azurecaf_name.peering["azurecaf_name.peering"] azurecaf_name.public_ip_addresses["azurecaf_name.public_ip_addresses"] azurecaf_name.public_ip_prefixes["azurecaf_name.public_ip_prefixes"] azurecaf_name.route_tables["azurecaf_name.route_tables"] azurecaf_name.routes["azurecaf_name.routes"] azurerm_network_ddos_protection_plan.ddos_protection_plan["azurerm_network_ddos_protection_plan.ddos_protection_plan"] azurerm_subnet_network_security_group_association.nsg_vnet_association_version["azurerm_subnet_network_security_group_association.nsg_vnet_association_version"] azurerm_subnet_route_table_association.rt["azurerm_subnet_route_table_association.rt"] azurerm_virtual_network_peering.peering["azurerm_virtual_network_peering.peering"] module.network_watchers["module.network_watchers"] module.networking["module.networking"] module.public_ip_addresses["module.public_ip_addresses"] module.public_ip_prefixes["module.public_ip_prefixes"] module.relay_hybrid_connection["module.relay_hybrid_connection"] module.relay_namespace["module.relay_namespace"] module.route_tables["module.route_tables"] module.routes["module.routes"] module.virtual_subnets["module.virtual_subnets"] azapi_resource.virtualNetworkPeerings --> module.networking azurerm_network_ddos_protection_plan.ddos_protection_plan --> azurecaf_name.ddos_protection_plan azurerm_subnet_network_security_group_association.nsg_vnet_association_version --> module.virtual_subnets azurerm_subnet_route_table_association.rt --> module.route_tables azurerm_subnet_route_table_association.rt --> module.virtual_subnets azurerm_virtual_network_peering.peering --> azurecaf_name.peering azurerm_virtual_network_peering.peering --> module.networking module.networking --> module.network_watchers module.networking --> module.route_tables module.public_ip_addresses --> azurecaf_name.public_ip_addresses module.public_ip_prefixes --> azurecaf_name.public_ip_prefixes module.route_tables --> azurecaf_name.route_tables module.routes --> azurecaf_name.routes module.routes --> module.route_tables module.virtual_subnets --> module.networking

Sources

  • networking.tf