From 36a81ea026998274c95dfd7b6c298edf3334d51e Mon Sep 17 00:00:00 2001 From: Farazi Shuva Date: Fri, 26 May 2023 17:14:22 -0700 Subject: [PATCH] Update FOS v7.4.0 b2360 --- vars.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars.tf b/vars.tf index d94c610..3b00786 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.4 image +// Deploys 7.4.0 image variable "image" { - default = "cos://us-geo/fortinet/fortigate_byol_724_b1396_GA.qcow2" + default = "cos://us-geo/fortinet/fortigate_byol_740_b2360_GA.qcow2" } //For more details see: https://cloud.ibm.com/docs/account?topic=account-userapikey variable "ibmcloud_api_key" {