Skip to content

Commit

Permalink
Added manual configuration support
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-olgami committed Mar 12, 2024
1 parent 0b1ef5e commit d6f15c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/gcp/single-into-existing-vpc/locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ locals {
installation_type_allowed_values = [
"Gateway only",
"Management only",
"Standalone"
"Standalone",
"Manual Configuration"
]
// Will fail if the installation type is none of the above
validate_installation_type = index(local.installation_type_allowed_values, var.installationType)
Expand Down

0 comments on commit d6f15c9

Please sign in to comment.