Skip to content

Commit

Permalink
Terraform | GCP | Added Single GW into new VPC template
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-yairra committed Sep 20, 2023
1 parent d2c4a8d commit 2fbe770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/gcp/single-into-existing-vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "zone" {
}
variable "image_name" {
type = string
description = "The single gateway and management image name. You can choose the desired mig image value from: https://github.com/CheckPointSW/CloudGuardIaaS/blob/master/gcp/deployment-packages/single-byol/images.py"
description = "The single gateway and management image name. You can choose the desired image value from: https://github.com/CheckPointSW/CloudGuardIaaS/blob/master/gcp/deployment-packages/single-byol/images.py"
}
variable "installationType" {
type = string
Expand Down

0 comments on commit 2fbe770

Please sign in to comment.