Skip to content

Commit 0a994bb

Browse files
chkp-natanelmchkp-avivm
authored andcommitted
Enabled support for custom tags across all solutions
1 parent 694b9dd commit 0a994bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nva_into_existing_hub/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ variable "custom_license_type" {
224224
condition = contains(["", "ngtp", "ngtx", "premium"], var.custom_license_type)
225225
error_message = "Valid options are 'ngtp', 'ngtx', or 'premium' or empty."
226226
}
227-
}
227+
}

modules/nva_into_new_vwan/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,4 +235,4 @@ variable "custom_license_type" {
235235
condition = contains(["", "ngtp", "ngtx", "premium"], var.custom_license_type)
236236
error_message = "Valid options are 'ngtp', 'ngtx', or 'premium' or empty."
237237
}
238-
}
238+
}

0 commit comments

Comments
 (0)