Skip to content

Commit

Permalink
update gcp marketplace image to 7.2.0 build 0311
Browse files Browse the repository at this point in the history
Change-Id: I7143d5276a3b44157b01fa2f9887ec02f0c0861d
  • Loading branch information
slguo-ftnt committed Dec 22, 2022
1 parent 19333fa commit b75dded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions gcp/terraform/Active-Active/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ variable "service_account" {
# FortiWeb Image name
variable "image" {
type = string
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-703-payg-09122022-002-w-license"
#default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-703-byol-09122022-001-w-license"
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-payg-21122022-001-w-license"
}
# GCP region
variable "region" {
Expand Down Expand Up @@ -132,5 +131,3 @@ variable "active2_port3_mask" {
type = string
default = "24"
}


5 changes: 1 addition & 4 deletions gcp/terraform/Active-Passive/vars.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ variable "service_account" {
# FortiWeb Image name
variable "image" {
type = string
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-703-payg-09122022-002-w-license"
#default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-703-byol-09122022-001-w-license"
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-720-payg-21122022-001-w-license"
}
# GCP region
variable "region" {
Expand Down Expand Up @@ -135,5 +134,3 @@ variable "passive_port3_mask" {
type = string
default = "24"
}


0 comments on commit b75dded

Please sign in to comment.