networking/express_route_circuit¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.circuit["azurecaf_name.circuit"]
azurerm_express_route_circuit.circuit["azurerm_express_route_circuit.circuit"]
module.diagnostics["module.diagnostics"]
azurerm_express_route_circuit.circuit --> azurecaf_name.circuit
module.diagnostics --> azurerm_express_route_circuit.circuit
Module Reference¶
Category: networking
Path: modules/networking/express_route_circuit
Azure Resources: azurecaf_name, azurerm_express_route_circuit
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"resource_groups" |
any |
yes | - |
- | |
"resource_group_name" |
"(Required) The name of the resource group where to create the resource." | string |
yes | - |
- |
"location" |
"(Required) Specifies the supported Azure location where to create the resource. Changing this forces a new resource ... | string |
yes | - |
- |
"diagnostics" |
any |
yes | - |
- | |
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"id" |
"Express Route Circuit ID" | - | azurerm_express_route_circuit.circuit.id |
"service_key" |
"The string needed by the service provider to provision the ExpressRoute circuit." | true | azurerm_express_route_circuit.circuit.service_key |
"service_provider_provisioning_state" |
"The ExpressRoute circuit provisioning state from your chosen service provider." | - | azurerm_express_route_circuit.circuit.service_provider_provisioning_state |
"resource_group_name" |
"The Express Route circuit resource group name." | - | var.resource_group_name |
"name" |
"Name of the Express Route Circuit." | - | azurerm_express_route_circuit.circuit.name |
Sources¶
modules/networking/express_route_circuit/diagnostics.tfmodules/networking/express_route_circuit/express_route.tfmodules/networking/express_route_circuit/locals.tfmodules/networking/express_route_circuit/main.tfmodules/networking/express_route_circuit/outputs.tfmodules/networking/express_route_circuit/variables.tf