From 76005e52195996d30082cc1d655b80e5663b0a53 Mon Sep 17 00:00:00 2001 From: fshuva-ftnt Date: Tue, 15 Nov 2022 19:26:37 -0800 Subject: [PATCH] Updating firmware to v7.2.3 Build 1262 (#27) updating firmware v7.2.3b1262 Co-authored-by: fshuva --- vars.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars.tf b/vars.tf index c6fe5d3..9d5545d 100644 --- a/vars.tf +++ b/vars.tf @@ -153,9 +153,9 @@ resource "random_string" "random_suffix" { // FortiOS Custom Image ID // https://docs.fortinet.com/document/fortigate-public-cloud/7.0.0/ibm-cloud-administration-guide/324064/ha-for-fortigate-vm-on-ibm-cloud -//Deploys 7.2.2 Image +//Deploys 7.2.3 Image variable "image" { - default = "cos://us-geo/fortinet/fortigate_byol_722_b1255_GA.qcow2" + default = "cos://us-geo/fortinet/fortigate_byol_723_b1262_GA.qcow2" } variable "IBMCLOUD_API_KEY" {