From d2b826df004ab07486f33652ccdc6707fc1fb744 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Mon, 2 Mar 2026 17:27:26 +0000 Subject: [PATCH] fix(deps): update dependencies --- common-dev-assets | 2 +- solutions/fully-configurable/version.tf | 2 +- solutions/quickstart/version.tf | 2 +- tests/existing-resources/main.tf | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index de1a44f9..0f2d1af5 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit de1a44f9e255126c43757b2b0137ba8f57f61c1f +Subproject commit 0f2d1af527941ca5a23f6f7a5ccb8f64a3741a0f diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 7d167fdf..004f6236 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "IBM-Cloud/ibm" - version = "1.88.3" + version = "1.89.0" } time = { source = "hashicorp/time" diff --git a/solutions/quickstart/version.tf b/solutions/quickstart/version.tf index ba4f986b..8925cff7 100644 --- a/solutions/quickstart/version.tf +++ b/solutions/quickstart/version.tf @@ -4,7 +4,7 @@ terraform { # Lock DA into an exact provider version - renovate automation will keep it updated ibm = { source = "IBM-Cloud/ibm" - version = "1.88.3" + version = "1.89.0" } } } diff --git a/tests/existing-resources/main.tf b/tests/existing-resources/main.tf index 834ae0f3..33bd2d7b 100644 --- a/tests/existing-resources/main.tf +++ b/tests/existing-resources/main.tf @@ -33,7 +33,7 @@ resource "ibm_is_subnet" "testacc_subnet" { module "postgresql_db" { count = var.create_db ? 1 : 0 source = "terraform-ibm-modules/icd-postgresql/ibm" - version = "4.10.8" + version = "4.10.9" resource_group_id = module.resource_group.resource_group_id name = "${var.prefix}-vpe-pg" region = var.region