Skip to content

Commit

Permalink
update gcp marketplace fwb version to 7.4.0 build 0577
Browse files Browse the repository at this point in the history
Change-Id: Ibf73b60969e92b91a5ed6d0adfffb5a77e9b8c15
  • Loading branch information
slguo-ftnt committed Jul 25, 2023
1 parent 9761fcf commit 40cb4da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-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"
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-740-payg-07242023-001-w-license"
# default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-740-byol-07242023-001-w-license"
}
# GCP region
variable "region" {
Expand Down
4 changes: 2 additions & 2 deletions gcp/terraform/Active-Passive/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,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-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"
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-740-payg-07242023-001-w-license"
#default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-740-byol-07242023-001-w-license"
}
# GCP region
variable "region" {
Expand Down

0 comments on commit 40cb4da

Please sign in to comment.