From 102428959f15f0b05990968d0b3f10f1e8a382e0 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 3 May 2025 13:06:01 +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 ab510460..e56e7f96 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.77.1" + version = "1.78.0" } } } diff --git a/solutions/project/version.tf b/solutions/project/version.tf index ab510460..e56e7f96 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.77.1" + version = "1.78.0" } } }