Skip to content

Commit

Permalink
Update version to 7.4.3
Browse files Browse the repository at this point in the history
Change-Id: I50d813f055af479490ea9358153caed580c9e12b
  • Loading branch information
ifanhsu committed Jun 26, 2024
1 parent 1dcc6f0 commit 318be7c
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.2.0"
"version": "7.4.3"
},
"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-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"
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"
}
# 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-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"
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"
}
# GCP region
variable "region" {
Expand Down

0 comments on commit 318be7c

Please sign in to comment.