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" {