You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/nva_into_existing_hub/variables.tf
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -203,17 +203,16 @@ variable "tags" {
203
203
default={}
204
204
}
205
205
206
-
207
206
variable"plan_product" {
208
207
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"
211
210
}
212
211
213
212
variable"plan_version" {
214
213
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"
Copy file name to clipboardExpand all lines: modules/nva_into_new_vwan/variables.tf
+4-5Lines changed: 4 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -214,17 +214,16 @@ variable "tags" {
214
214
default={}
215
215
}
216
216
217
-
218
217
variable"plan_product" {
219
218
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"
222
221
}
223
222
224
223
variable"plan_version" {
225
224
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"
0 commit comments