Skip to content

Commit 76bef59

Browse files
committed
VWAN | Added missing VWAN plan parameters
1 parent 0a994bb commit 76bef59

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

modules/nva_into_existing_hub/variables.tf

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -203,17 +203,16 @@ variable "tags" {
203203
default = {}
204204
}
205205

206-
207206
variable "plan_product" {
208207
description = "Use the following plan when deploying with terraform: cp-vwan-managed-app"
209-
type = string
210-
default = "cp-vwan-managed-app"
208+
type = string
209+
default = "cp-vwan-managed-app"
211210
}
212211

213212
variable "plan_version" {
214213
description = "Use the latest version of the managed application (e.g., 1.0.23) for best results. Full version list: https://support.checkpoint.com/results/sk/sk132192"
215-
type = string
216-
default = "1.0.23"
214+
type = string
215+
default = "1.0.23"
217216
}
218217

219218
variable "custom_license_type" {

modules/nva_into_new_vwan/variables.tf

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -214,17 +214,16 @@ variable "tags" {
214214
default = {}
215215
}
216216

217-
218217
variable "plan_product" {
219218
description = "Use the following plan when deploying with terraform: cp-vwan-managed-app"
220-
type = string
221-
default = "cp-vwan-managed-app"
219+
type = string
220+
default = "cp-vwan-managed-app"
222221
}
223222

224223
variable "plan_version" {
225224
description = "Use the latest version of the managed application (e.g., 1.0.23) for best results. Full version list: https://support.checkpoint.com/results/sk/sk132192"
226-
type = string
227-
default = "1.0.23"
225+
type = string
226+
default = "1.0.23"
228227
}
229228

230229
variable "custom_license_type" {

0 commit comments

Comments
 (0)