networking/virtual_network_gateways¶
Overview¶
This page documents the Terraform module implementation, key configuration surfaces, and how it integrates with CAF.
Dependency diagram (Mermaid)¶
graph TD
azurecaf_name.vgw["azurecaf_name.vgw"]
azurerm_virtual_network_gateway.vngw["azurerm_virtual_network_gateway.vngw"]
data.azurecaf_environment_variable.name["data.azurecaf_environment_variable.name"]
azurerm_virtual_network_gateway.vngw --> azurecaf_name.vgw
azurerm_virtual_network_gateway.vngw --> data.azurecaf_environment_variable.name
Module Reference¶
Category: networking
Path: modules/networking/virtual_network_gateways
Azure Resources: azurecaf_name, azurerm_virtual_network_gateway
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 t... | 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 | - |
- |
diagnostics |
any |
yes | - |
- | |
client_config |
Client configuration object (see module README.md). | any |
yes | - |
- |
public_ip_addresses |
any |
yes | - |
- | |
remote_objects |
any |
yes | - |
- |
Outputs¶
| Name | Description | Sensitive | Value |
|---|---|---|---|
id |
- | azurerm_virtual_network_gateway.vngw.id |
Sources¶
modules/networking/virtual_network_gateways/locals.tfmodules/networking/virtual_network_gateways/main.tfmodules/networking/virtual_network_gateways/module.tfmodules/networking/virtual_network_gateways/outputs.tfmodules/networking/virtual_network_gateways/variables.tf