From f4313fecbef60fd13b3e205700ce35758e2a617d Mon Sep 17 00:00:00 2001 From: akocbek Date: Tue, 29 Jul 2025 10:53:06 +0100 Subject: [PATCH] chore: add 'terraform_version'= '1.10.5' to ibm_catalog.json file --- ibm_catalog.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ibm_catalog.json b/ibm_catalog.json index 9622ea8..639e866 100644 --- a/ibm_catalog.json +++ b/ibm_catalog.json @@ -403,7 +403,8 @@ } ], "install_type": "fullstack", - "release_notes_url": "https://cloud.ibm.com/docs/security-hub?topic=security-hub-release-notes" + "release_notes_url": "https://cloud.ibm.com/docs/security-hub?topic=security-hub-release-notes", + "terraform_version": "1.10.5" } ] }