networking/vpn_gateway_connection¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.vpn_gateway_connection["azurecaf_name.vpn_gateway_connection"]
azurerm_vpn_gateway_connection.vpn_gateway_connection["azurerm_vpn_gateway_connection.vpn_gateway_connection"]
azurerm_vpn_gateway_connection.vpn_gateway_connection --> azurecaf_name.vpn_gateway_connection
Module Reference¶
Category: networking
Path: modules/networking/vpn_gateway_connection
Azure Resources: azurecaf_name, azurerm_vpn_gateway_connection
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
settings |
The settings for the Azure resource. | any |
yes | - |
- |
global_settings |
Global settings object (see module README.md) | any |
yes | - |
- |
vpn_gateway_id |
any |
yes | - |
- | |
vpn_sites |
any |
yes | - |
- | |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
route_tables |
any |
yes | - |
- | |
nat_rules |
any |
yes | - |
- | |
default_route_table_id |
any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
vpn_gateway_connection |
VPN Gateway Connection object | - | azurerm_vpn_gateway_connection.vpn_gateway_connection |
Sources¶
modules/networking/vpn_gateway_connection/main.tfmodules/networking/vpn_gateway_connection/module.tfmodules/networking/vpn_gateway_connection/outputs.tfmodules/networking/vpn_gateway_connection/variables.tf