Skip to content

networking/express_route_connection

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_express_route_connection.erc["azurerm_express_route_connection.erc"]

Module Reference

Category: networking
Path: modules/networking/express_route_connection
Azure Resources: azurerm_express_route_connection

Inputs

Name Description Type Required Default Validation
client_config Client configuration object (see module README.md). any yes - -
settings The settings for the Azure resource. any yes - -
virtual_hub_route_tables any no {} -
authorization_key any no - -
express_route_circuit_peering_id any yes - -
express_route_gateway_id any yes - -
virtual_hub_id any yes - -

Outputs

Name Description Sensitive Value
id - azurerm_express_route_connection.erc.id

Sources

  • modules/networking/express_route_connection/module.tf
  • modules/networking/express_route_connection/outputs.tf
  • modules/networking/express_route_connection/variables.tf