From 454593aa4dc66002d0e885965b9423f7b25e1135 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations <106112202+terraform-ibm-modules-ops@users.noreply.github.com> Date: Sun, 22 Dec 2024 01:14:47 +0530 Subject: [PATCH] fix(deps): update terraform ibm to latest for deployable architectures (#360) --- solutions/enterprise/version.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/enterprise/version.tf b/solutions/enterprise/version.tf index 37cdf6f..a3e1846 100644 --- a/solutions/enterprise/version.tf +++ b/solutions/enterprise/version.tf @@ -3,7 +3,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.71.3" + version = "1.73.0" } time = { source = "hashicorp/time"