Skip to content

networking/virtual_hub_er_gateway_connection

Overview

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

Dependency diagram (Mermaid)

graph TD azurerm_resource_group_template_deployment.vhub_er_gw_connection["azurerm_resource_group_template_deployment.vhub_er_gw_connection"]

Module Reference

Category: networking
Path: modules/networking/virtual_hub_er_gateway_connection
Azure Resources: azurerm_resource_group_template_deployment

Inputs

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

Outputs

No outputs defined.

Sources

  • modules/networking/virtual_hub_er_gateway_connection/er_connection.tf
  • modules/networking/virtual_hub_er_gateway_connection/variables.tf