Skip to content

networking/virtual_wan

Overview

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

Dependency diagram (Mermaid)

graph TD azurecaf_name.vwan["azurecaf_name.vwan"] azurerm_virtual_wan.vwan["azurerm_virtual_wan.vwan"] module.hubs["module.hubs"] azurerm_virtual_wan.vwan --> azurecaf_name.vwan module.hubs --> azurerm_virtual_wan.vwan

Module Reference

Category: networking
Path: modules/networking/virtual_wan
Azure Resources: azurecaf_name, azurerm_virtual_wan

Inputs

Name Description Type Required Default Validation
"settings" "The settings for the Azure resource." any yes - -
"resource_groups" any yes - -
"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 - -
"diagnostics" any yes - -
"global_settings" "Global settings object (see module README.md)" any yes - -
"base_tags" "Base tags for the resource to be inherited from the resource group." map(any) yes - -
"virtual_networks" "Combined object for Virtual Networks" any yes - -
"public_ip_addresses" "Combined object for public ip addresses" any yes - -
"keyvaults" "Combined object for keyvaults" any yes - -
"client_config" any yes - -

Outputs

Name Description Sensitive Value
"virtual_hubs" "Virtual Hubs object" - module.hubs
"virtual_wan" "Virtual WAN object" - azurerm_virtual_wan.vwan

Sources

  • modules/networking/virtual_wan/locals.tf
  • modules/networking/virtual_wan/main.tf
  • modules/networking/virtual_wan/outputs.tf
  • modules/networking/virtual_wan/variables.tf
  • modules/networking/virtual_wan/virtual_wan.tf