From 3f7f4e41fa580b59b202a520d0ccc8083c44e25f Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations <106112202+terraform-ibm-modules-ops@users.noreply.github.com> Date: Sat, 22 Feb 2025 04:17:17 +0000 Subject: [PATCH] fix(deps): update terraform ibm to latest for the da solution (#158) --- 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 35e122c..14479b2 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.75.1" + version = "1.75.2" } } } diff --git a/solutions/project/version.tf b/solutions/project/version.tf index 35e122c..14479b2 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.75.1" + version = "1.75.2" } } }