From 6e930888f064a94413e60f539cd0b0e14b352501 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 17 May 2025 05:33:25 +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 b37c31a..53bf954 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.1" + version = "1.78.2" } } } diff --git a/solutions/project/version.tf b/solutions/project/version.tf index b37c31a..53bf954 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.1" + version = "1.78.2" } } }