Skip to content

Commit

Permalink
update gcp marketplace image to 7.2.4 build 0369
Browse files Browse the repository at this point in the history
Change-Id: I3f88e54ac535fbf69c5aaf7387e69cb6b8c5dbbd
  • Loading branch information
slguo-ftnt committed Jul 20, 2023
1 parent f62ed5c commit 9761fcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gcp/terraform/Active-Active/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
6 changes: 3 additions & 3 deletions gcp/terraform/Active-Passive/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 9761fcf

Please sign in to comment.