From 684d6d6ddd9714875e2d24be3f6e10dab7d799e3 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Mon, 2 Mar 2026 17:36:03 +0000 Subject: [PATCH] fix(deps): update dependencies --- common-dev-assets | 2 +- examples/complete/main.tf | 2 +- solutions/fully-configurable/version.tf | 2 +- 3 files changed, 3 insertions(+), 3 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/examples/complete/main.tf b/examples/complete/main.tf index 2522c0a8..ad55e4ae 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -58,7 +58,7 @@ data "ibm_iam_account_settings" "iam_account_settings" { module "vpc" { source = "terraform-ibm-modules/landing-zone-vpc/ibm" - version = "8.15.5" + version = "8.15.6" resource_group_id = module.resource_group.resource_group_id region = var.region prefix = var.prefix diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index 54caf69c..66e6521d 100644 --- a/solutions/fully-configurable/version.tf +++ b/solutions/fully-configurable/version.tf @@ -4,7 +4,7 @@ terraform { required_providers { ibm = { source = "IBM-Cloud/ibm" - version = "1.88.3" + version = "1.89.0" } time = { source = "hashicorp/time"