Skip to content

Commit

Permalink
GCP | Added manual configuration support
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-olgami committed May 29, 2024
1 parent bf89816 commit a90939f
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 a90939f

Please sign in to comment.