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" {