Skip to content

networking/express_route_circuit_authorization

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_authorization.circuitauth["azurerm_express_route_circuit_authorization.circuitauth"]

Module Reference

Category: networking
Path: modules/networking/express_route_circuit_authorization
Azure Resources: azurerm_express_route_circuit_authorization

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 any yes - -

Outputs

Name Description Sensitive Value
id Express Route Circuit Authorization ID - azurerm_express_route_circuit_authorization.circuitauth.id
authorization_key The authorization key true azurerm_express_route_circuit_authorization.circuitauth.authorization_key
authorization_use_status The authorization use status. - azurerm_express_route_circuit_authorization.circuitauth.authorization_use_status

Sources

  • modules/networking/express_route_circuit_authorization/authorizations.tf
  • modules/networking/express_route_circuit_authorization/locals.tf
  • modules/networking/express_route_circuit_authorization/main.tf
  • modules/networking/express_route_circuit_authorization/outputs.tf
  • modules/networking/express_route_circuit_authorization/variables.tf