Skip to content

Commit 8b1a9cf

Browse files
fix(deps): update dependencies (#429)
1 parent 7f6a980 commit 8b1a9cf

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ locals {
5252

5353
module "key_protect_all_inclusive" {
5454
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
55-
version = "5.1.16"
55+
version = "5.1.17"
5656
resource_group_id = module.resource_group.resource_group_id
5757
# Note: Database instance and Key Protect must be created in the same region when using BYOK
5858
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok

solutions/fully-configurable/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "kms" {
3232
}
3333
count = local.create_new_kms_key ? 1 : 0
3434
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
35-
version = "5.1.16"
35+
version = "5.1.17"
3636
create_key_protect_instance = false
3737
region = local.kms_region
3838
existing_kms_instance_crn = var.existing_kms_instance_crn
@@ -397,7 +397,7 @@ module "secrets_manager_service_credentials" {
397397
count = length(local.service_credential_secrets) > 0 ? 1 : 0
398398
depends_on = [time_sleep.wait_for_rabbitmq_authorization_policy]
399399
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
400-
version = "2.6.17"
400+
version = "2.7.0"
401401
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
402402
existing_sm_instance_region = local.existing_secrets_manager_instance_region
403403
endpoint_type = var.existing_secrets_manager_endpoint_type

solutions/fully-configurable/version.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
ibm = {
66
source = "IBM-Cloud/ibm"
7-
version = "1.81.0"
7+
version = "1.81.1"
88
}
99
time = {
1010
source = "hashicorp/time"

tests/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ module github.com/terraform-ibm-modules/terraform-ibm-icd-rabbitmq
22

33
go 1.24.0
44

5-
toolchain go1.24.5
5+
toolchain go1.24.6
66

77
require (
88
github.com/google/uuid v1.6.0
99
github.com/gruntwork-io/terratest v0.50.0
1010
github.com/stretchr/testify v1.10.0
11-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.2
11+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.8
1212
)
1313

1414
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
295295
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
296296
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
297297
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
298-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.2 h1:XtP5FBYG6wQyRGQyj0EN8Pt/hbgpcUrltD3p5uKVcZ4=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.2/go.mod h1:2d7vW9ehuOaVZl38OO/aXPPO42EijYfgMe29HPJbI+I=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.8 h1:ysJwqbliK4FQv6mKuX3WGNlh0lAj7BLgHnni/2Kg/1g=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.8/go.mod h1:2d7vW9ehuOaVZl38OO/aXPPO42EijYfgMe29HPJbI+I=
300300
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
301301
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
302302
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)