From c3a0d9dbcebf5ebe3de328566b46a6d2bed6c6df Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Wed, 5 Jun 2024 17:07:08 +0100 Subject: [PATCH] Update vwan properties --- templates/complete/main.tf | 3 +-- templates/complete_vnext/main.tf | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/complete/main.tf b/templates/complete/main.tf index 47388c85..706c9308 100644 --- a/templates/complete/main.tf +++ b/templates/complete/main.tf @@ -107,7 +107,7 @@ module "virtual_network_gateway" { module "vwan" { source = "Azure/avm-ptn-virtualwan/azurerm" - version = "~> 0.4.0" + version = "~> 0.5.0" count = length(local.module_vwan) > 0 ? 1 : 0 @@ -129,7 +129,6 @@ module "vwan" { type = try(local.module_vwan.type, null) routing_intents = try(local.module_vwan.routing_intents, null) resource_group_tags = try(local.module_vwan.resource_group_tags, null) - telemetry_resource_group_name = try(local.module_vwan.telemetry_resource_group_name, null) virtual_wan_tags = try(local.module_vwan.virtual_wan_tags, null) vpn_gateways = try(local.module_vwan.vpn_gateways, null) vpn_site_connections = try(local.module_vwan.vpn_site_connections, null) diff --git a/templates/complete_vnext/main.tf b/templates/complete_vnext/main.tf index f6130bf2..d298daff 100644 --- a/templates/complete_vnext/main.tf +++ b/templates/complete_vnext/main.tf @@ -161,7 +161,7 @@ module "virtual_network_gateway" { module "vwan" { source = "Azure/avm-ptn-virtualwan/azurerm" - version = "~> 0.4.0" + version = "~> 0.5.0" count = length(local.module_vwan) > 0 ? 1 : 0 @@ -183,7 +183,6 @@ module "vwan" { type = try(local.module_vwan.type, null) routing_intents = try(local.module_vwan.routing_intents, null) resource_group_tags = try(local.module_vwan.resource_group_tags, null) - telemetry_resource_group_name = try(local.module_vwan.telemetry_resource_group_name, null) virtual_wan_tags = try(local.module_vwan.virtual_wan_tags, null) vpn_gateways = try(local.module_vwan.vpn_gateways, null) vpn_site_connections = try(local.module_vwan.vpn_site_connections, null)