From cc9305b83cc3ff01c51d2723bc6341396c72822d Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 9 May 2025 22:15:44 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for the da solution --- solutions/apps/version.tf | 2 +- solutions/project/version.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/apps/version.tf b/solutions/apps/version.tf index e56e7f9..b37c31a 100644 --- a/solutions/apps/version.tf +++ b/solutions/apps/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.78.0" + version = "1.78.1" } } } diff --git a/solutions/project/version.tf b/solutions/project/version.tf index e56e7f9..b37c31a 100644 --- a/solutions/project/version.tf +++ b/solutions/project/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.78.0" + version = "1.78.1" } } }