diff --git a/templates/platform_landing_zone/variables.connectivity.virtual.wan.tf b/templates/platform_landing_zone/variables.connectivity.virtual.wan.tf index b99b8c8..fb6e09f 100644 --- a/templates/platform_landing_zone/variables.connectivity.virtual.wan.tf +++ b/templates/platform_landing_zone/variables.connectivity.virtual.wan.tf @@ -20,6 +20,7 @@ variable "virtual_wan_virtual_hubs" { firewall_policy = optional(any) private_dns_zones = optional(any) bastion = optional(any) + virtual_network_gateways = optional(any) side_car_virtual_network = optional(any) })) default = {} @@ -33,6 +34,7 @@ The following attributes are supported: - firewall_policy: (Optional) The firewall policy settings. Detailed information about the firewall policy can be found in the module's README: https://registry.terraform.io/modules/Azure/avm-ptn-firewall-policy - private_dns_zones: (Optional) The private DNS zone settings. Detailed information about the private DNS zone can be found in the module's README: https://registry.terraform.io/modules/Azure/avm-ptn-network-private-link-private-dns-zones - bastion: (Optional) The bastion host settings. Detailed information about the bastion can be found in the module's README: https://registry.terraform.io/modules/Azure/avm-res-network-bastionhost/ + - virtual_network_gateways: (Optional) The virtual network gateway settings. Detailed information about the virtual network gateway can be found in the Virtual WAN module's README: https://registry.terraform.io/modules/Azure/avm-ptn-virtualhub - side_car_virtual_network: (Optional) The side car virtual network settings. Detailed information about the side car virtual network can be found in the module's README: https://registry.terraform.io/modules/Azure/avm-res-network-virtualnetwork DESCRIPTION