From 1c2bbe8bf1a9d833a73a4e2b249066d0a97393f3 Mon Sep 17 00:00:00 2001 From: fshuva-ftnt Date: Tue, 9 Jan 2024 10:00:14 -0800 Subject: [PATCH] Update to v7.4.2 b2571 (#33) * Updating FOS image to v7.4.2 B2571 --- vars.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars.tf b/vars.tf index 7aebc85..b9f9ac3 100644 --- a/vars.tf +++ b/vars.tf @@ -162,9 +162,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.4.1 Image +//Deploys 7.4.2 Image variable "image" { - default = "cos://us-geo/fortinet/fortigate_byol_741_b2463_GA.qcow2" + default = "cos://us-geo/fortinet/fortigate_byol_742_b2571_GA.qcow2" } variable "IBMCLOUD_API_KEY" {