networking/vpn_site¶
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_site["azurecaf_name.vpn_site"]
azurerm_vpn_site.vpn_site["azurerm_vpn_site.vpn_site"]
azurerm_vpn_site.vpn_site --> azurecaf_name.vpn_site
Module Reference¶
Category: networking
Path: modules/networking/vpn_site
Azure Resources: azurecaf_name, azurerm_vpn_site
Inputs¶
| Name | Description | Type | Required | Default | Validation |
|---|---|---|---|---|---|
"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 | - |
- |
"base_tags" |
"Base tags for the resource to be inherited from the resource group." | map(any) |
yes | - |
- |
"settings" |
"The settings for the Azure resource." | any |
yes | - |
- |
"global_settings" |
"Global settings object (see module README.md)" | any |
yes | - |
- |
"virtual_wan_id" |
any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
"vpn_site" |
"VPN Site object" | - | azurerm_vpn_site.vpn_site |
Sources¶
modules/networking/vpn_site/locals.tfmodules/networking/vpn_site/main.tfmodules/networking/vpn_site/module.tfmodules/networking/vpn_site/outputs.tfmodules/networking/vpn_site/variables.tf