diff --git a/azure/templates/azure_bootstrap.json b/azure/templates/azure_bootstrap.json index 669029f..48845cd 100644 --- a/azure/templates/azure_bootstrap.json +++ b/azure/templates/azure_bootstrap.json @@ -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", diff --git a/gcp/terraform/Active-Active/vars.tf b/gcp/terraform/Active-Active/vars.tf index 8590052..367db3b 100755 --- a/gcp/terraform/Active-Active/vars.tf +++ b/gcp/terraform/Active-Active/vars.tf @@ -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" { diff --git a/gcp/terraform/Active-Passive/vars.tf b/gcp/terraform/Active-Passive/vars.tf index 9c1c35e..b1eb7bf 100755 --- a/gcp/terraform/Active-Passive/vars.tf +++ b/gcp/terraform/Active-Passive/vars.tf @@ -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" {