Skip to content

networking/express_route_circuit_peering

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_circuit_peering.peering["azurerm_express_route_circuit_peering.peering"]

Module Reference

Category: networking
Path: modules/networking/express_route_circuit_peering
Azure Resources: azurerm_express_route_circuit_peering

Inputs

Name Description Type Required Default Validation
"settings" "The settings for the Azure resource." any yes - -
"resource_group_name" "(Required) The name of the resource group where to create the resource." string yes - -
"express_route_circuit_name" "Name of the Express Route circuit to create the peering" any yes - -

Outputs

Name Description Sensitive Value
"id" - azurerm_express_route_circuit_peering.peering.id
"azure_asn" - azurerm_express_route_circuit_peering.peering.azure_asn
"primary_azure_port" - azurerm_express_route_circuit_peering.peering.primary_azure_port
"secondary_azure_port" - azurerm_express_route_circuit_peering.peering.secondary_azure_port

Sources

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