From 400858132680caeca2bc2fa83959ae5fd6df5ed5 Mon Sep 17 00:00:00 2001 From: Terraform IBM Modules Operations Date: Fri, 10 Oct 2025 20:20:49 +0000 Subject: [PATCH] fix(deps): update dependencies --- common-dev-assets | 2 +- solutions/fully-configurable/main.tf | 2 +- solutions/fully-configurable/version.tf | 2 +- tests/go.mod | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common-dev-assets b/common-dev-assets index b71c558e..a4bec361 160000 --- a/common-dev-assets +++ b/common-dev-assets @@ -1 +1 @@ -Subproject commit b71c558ee45713b7669190d7d0e53d41ee96dbd4 +Subproject commit a4bec36111ba10ee38df01c7eb92492bcda319c5 diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index 773a84cd..b0aa9565 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -357,7 +357,7 @@ module "secrets_manager_service_credentials" { count = length(local.service_credential_secrets) > 0 ? 1 : 0 depends_on = [time_sleep.wait_for_en_authorization_policy] source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets" - version = "2.10.1" + version = "2.10.2" existing_sm_instance_guid = local.existing_secrets_manager_instance_guid existing_sm_instance_region = local.existing_secrets_manager_instance_region endpoint_type = var.existing_secrets_manager_endpoint_type diff --git a/solutions/fully-configurable/version.tf b/solutions/fully-configurable/version.tf index e7bdd2f6..7c2a9559 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.83.1" + version = "1.83.3" } time = { source = "hashicorp/time" diff --git a/tests/go.mod b/tests/go.mod index d5a0a82a..6337f885 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -2,7 +2,7 @@ module github.com/terraform-ibm-modules/terraform-ibm-event-notifications go 1.24.0 -toolchain go1.25.1 +toolchain go1.25.2 require ( github.com/IBM/go-sdk-core/v5 v5.21.0