From 414f934d0861b7a9e16ab2c76f8a7877e995eb78 Mon Sep 17 00:00:00 2001 From: fshuva Date: Wed, 22 Feb 2023 12:15:02 -0800 Subject: [PATCH] Update fortios v7.2.4 b1396 --- vars.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars.tf b/vars.tf index e1bd544..d94c610 100644 --- a/vars.tf +++ b/vars.tf @@ -64,9 +64,9 @@ resource "random_string" "random_suffix" { // FortiOS Custom Image ID // https://docs.fortinet.com/vm/ibm/fortigate/6.4/ibm-cloud-cookbook/6.4.2/992669/deploying-fortigate-vm-on-ibm-cloud -// Deploys 7.2.3 image +// Deploys 7.2.4 image variable "image" { - default = "cos://us-geo/fortinet/fortigate_byol_723_b1262_GA.qcow2" + default = "cos://us-geo/fortinet/fortigate_byol_724_b1396_GA.qcow2" } //For more details see: https://cloud.ibm.com/docs/account?topic=account-userapikey variable "ibmcloud_api_key" {