From 3414a8ef55424215fed8acbad0e873de93359098 Mon Sep 17 00:00:00 2001 From: Farazi Shuva Date: Wed, 7 Feb 2024 15:07:26 -0800 Subject: [PATCH] Update to v7.4.3 b2573 --- vars.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars.tf b/vars.tf index e751649..7465220 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.4.2 image +// Deploys 7.4.3 image variable "image" { - default = "cos://us-geo/fortinet/fortigate_byol_742_b2571_GA.qcow2" + default = "cos://us-geo/fortinet/fortigate_byol_743_b2573_GA.qcow2" } //For more details see: https://cloud.ibm.com/docs/account?topic=account-userapikey variable "ibmcloud_api_key" {