From 569028c4c5180c9a4bc7b7cf20c85e3dae9c2534 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 13 Dec 2024 20:56:48 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for deployable architectures --- solutions/instances/version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/instances/version.tf b/solutions/instances/version.tf index 67e97cf..5ff01e8 100644 --- a/solutions/instances/version.tf +++ b/solutions/instances/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.71.3" + version = "1.72.2" } time = { source = "hashicorp/time"