From 73e945e703d5c05c1023123a5702856b64be9c6d Mon Sep 17 00:00:00 2001 From: olgami Date: Sun, 17 Nov 2024 13:59:03 +0000 Subject: [PATCH] Azure vWAN | Update managed app plan version --- azure/templates/vwan-managed-app/mainTemplate.json | 2 +- terraform/azure/nva-into-existing-hub/main.tf | 2 +- terraform/azure/nva-into-new-vwan/main.tf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/azure/templates/vwan-managed-app/mainTemplate.json b/azure/templates/vwan-managed-app/mainTemplate.json index eb3efcdc..7c790e15 100644 --- a/azure/templates/vwan-managed-app/mainTemplate.json +++ b/azure/templates/vwan-managed-app/mainTemplate.json @@ -201,7 +201,7 @@ "name": "vwan-app", "product": "cp-vwan-managed-app", "publisher": "checkpoint", - "version": "1.0.15" + "version": "1.0.16" }, "properties": { "managedResourceGroupId": "[variables('managedResourceGroupId')]", diff --git a/terraform/azure/nva-into-existing-hub/main.tf b/terraform/azure/nva-into-existing-hub/main.tf index 5580d250..b9c37078 100644 --- a/terraform/azure/nva-into-existing-hub/main.tf +++ b/terraform/azure/nva-into-existing-hub/main.tf @@ -105,7 +105,7 @@ resource "azurerm_managed_application" "nva" { name = "vwan-app" product = "cp-vwan-managed-app" publisher = "checkpoint" - version = "1.0.15" + version = "1.0.16" } parameter_values = jsonencode({ location = { diff --git a/terraform/azure/nva-into-new-vwan/main.tf b/terraform/azure/nva-into-new-vwan/main.tf index 627b0728..a94ab093 100644 --- a/terraform/azure/nva-into-new-vwan/main.tf +++ b/terraform/azure/nva-into-new-vwan/main.tf @@ -115,7 +115,7 @@ resource "azurerm_managed_application" "nva" { name = "vwan-app" product = "cp-vwan-managed-app" publisher = "checkpoint" - version = "1.0.15" + version = "1.0.16" } parameter_values = jsonencode({ location = {