Skip to content

networking/local_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.lngw["azurecaf_name.lngw"] azurerm_local_network_gateway.lngw["azurerm_local_network_gateway.lngw"] azurerm_local_network_gateway.lngw --> azurecaf_name.lngw

Module Reference

Category: networking
Path: modules/networking/local_network_gateways
Azure Resources: azurecaf_name, azurerm_local_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 - -

Outputs

Name Description Sensitive Value
id - azurerm_local_network_gateway.lngw.id

Sources

  • modules/networking/local_network_gateways/locals.tf
  • modules/networking/local_network_gateways/main.tf
  • modules/networking/local_network_gateways/module.tf
  • modules/networking/local_network_gateways/outputs.tf
  • modules/networking/local_network_gateways/variables.tf