Skip to content

Commit e818f95

Browse files
chore(deps): update dependencies (#350)
1 parent d929569 commit e818f95

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ module "secret_manager_imported_cert" {
196196
# create a COS instance to create the service credential for
197197
module "cloud_object_storage" {
198198
source = "terraform-ibm-modules/cos/ibm"
199-
version = "10.2.4"
199+
version = "10.2.5"
200200
resource_group_id = module.resource_group.resource_group_id
201201
region = var.region
202202
cos_instance_name = "${var.prefix}-cos"

examples/private/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ module "secret_manager_imported_cert" {
200200
# create a COS instance to create the service credential for
201201
module "cloud_object_storage" {
202202
source = "terraform-ibm-modules/cos/ibm"
203-
version = "10.2.4"
203+
version = "10.2.5"
204204
resource_group_id = module.resource_group.resource_group_id
205205
region = local.sm_region
206206
cos_instance_name = "${var.prefix}-cos"

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.25.0
66

77
require (
88
github.com/stretchr/testify v1.10.0
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.11
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.0
1010
gopkg.in/yaml.v3 v3.0.1
1111
)
1212

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.11 h1:f8qp4xvv2ySGSadmd0xJw/3r5equ9eOLKj2J0Ux9CyE=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.58.11/go.mod h1:2uu21nGEK+6saiBO6MVJNystf2Wm0BUIyiQmxTLM72U=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.0 h1:h+CvNQyeiieMXBSNESrHNVPJXj388T+sa4paV48nfl8=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.59.0/go.mod h1:6Wz8vnBelmRZxD5qjm5K4MpvPPWpoCWRPzG76j0B36g=
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)