From 9761fcfb7aeb7b9f0ed8a2fefb53ad9525bff150 Mon Sep 17 00:00:00 2001 From: slguo Date: Thu, 20 Jul 2023 10:18:31 -0700 Subject: [PATCH] update gcp marketplace image to 7.2.4 build 0369 Change-Id: I3f88e54ac535fbf69c5aaf7387e69cb6b8c5dbbd --- gcp/terraform/Active-Active/vars.tf | 4 ++-- gcp/terraform/Active-Passive/vars.tf | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcp/terraform/Active-Active/vars.tf b/gcp/terraform/Active-Active/vars.tf index 96fbe00..db4899a 100644 --- a/gcp/terraform/Active-Active/vars.tf +++ b/gcp/terraform/Active-Active/vars.tf @@ -14,8 +14,8 @@ variable "service_account" { # FortiWeb Image name variable "image" { type = string - default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-payg-21122022-001-w-license" -# default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-byol-21122022-001-w-license" + default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-724-payg-07182023-001-w-license" +# default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-724-byol-07182023-001-w-license" } # GCP region variable "region" { diff --git a/gcp/terraform/Active-Passive/vars.tf b/gcp/terraform/Active-Passive/vars.tf index bcf16cb..c049a5a 100644 --- a/gcp/terraform/Active-Passive/vars.tf +++ b/gcp/terraform/Active-Passive/vars.tf @@ -14,9 +14,9 @@ variable "service_account" { # FortiWeb Image name variable "image" { - type = string - default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-payg-21122022-001-w-license" - #default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-byol-21122022-001-w-license" + type = string + default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-724-payg-07182023-001-w-license" + #default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-724-byol-07182023-001-w-license" } # GCP region variable "region" {