Skip to content

Commit

Permalink
Update version to 7.6.0 build 0962
Browse files Browse the repository at this point in the history
Change-Id: Ic1176a91f5455193b498048258c591357a59a1dd
  • Loading branch information
slguo-ftnt committed Jul 16, 2024
1 parent 318be7c commit 3df7881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion azure/templates/azure_bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
"publisher": "fortinet",
"offer": "fortinet_fortiweb-vm_v5",
"sku": "fortinet_fw-vm",
"version": "7.4.3"
"version": "7.6.0"
},
"osDisk": {
"osType": "Linux",
Expand Down
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-743-payg-05292024-001-w-license"
# default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-743-byol-05292024-001-w-license"
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-760-payg-07092024-001-w-license"
# default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-760-byol-07092024-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-743-payg-05292024-001-w-license"
#default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-743-byol-05292024-001-w-license"
default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-760-payg-07092024-001-w-license"
#default = "https://www.googleapis.com/compute/v1/projects/fortigcp-project-001/global/images/fwb-760-byol-07092024-001-w-license"
}
# GCP region
variable "region" {
Expand Down

0 comments on commit 3df7881

Please sign in to comment.