From 231d2307fc306b3afe6e85f50fca120bfa260d94 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Sat, 29 Nov 2025 14:04:38 +0000 Subject: [PATCH] fix(deps): update required_provider to latest for the deployable architecture solution --- solutions/fully-configurable/version.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 3730d682..6520a94f 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,11 +4,11 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.80.4" + version = "1.85.0" } restapi = { source = "Mastercard/restapi" - version = "1.20.0" + version = "2.0.1" } time = { source = "hashicorp/time"