From 09afbdc9fb89f4a3a6d499176fd37f00d1c8f699 Mon Sep 17 00:00:00 2001 From: avivm Date: Mon, 30 Mar 2026 11:41:06 +0000 Subject: [PATCH] fix(CGNSPC-1316): Update Azure vWAN managed app plan version from 1.0.24 to 1.0.27 --- modules/nva/variables.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nva/variables.tf b/modules/nva/variables.tf index 6abef5e..67e9f5c 100644 --- a/modules/nva/variables.tf +++ b/modules/nva/variables.tf @@ -335,9 +335,9 @@ variable "plan_product" { } variable "plan_version" { - description = "Use the latest version of the managed application (e.g., 1.0.24) for best results. Full version list: https://support.checkpoint.com/results/sk/sk132192." + description = "Use the latest version of the managed application (e.g., 1.0.27) for best results. Full version list: https://support.checkpoint.com/results/sk/sk132192." type = string - default = "1.0.24" + default = "1.0.27" } variable "custom_license_type" {