From 2fbe7702133f680ab7c7c2c8f62f39129eeebdf2 Mon Sep 17 00:00:00 2001 From: yairra Date: Wed, 20 Sep 2023 12:26:36 +0300 Subject: [PATCH] Terraform | GCP | Added Single GW into new VPC template --- terraform/gcp/single-into-existing-vpc/variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform/gcp/single-into-existing-vpc/variables.tf b/terraform/gcp/single-into-existing-vpc/variables.tf index 0087f717..0b4718bc 100755 --- a/terraform/gcp/single-into-existing-vpc/variables.tf +++ b/terraform/gcp/single-into-existing-vpc/variables.tf @@ -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