Skip to content

Commit b31d3f0

Browse files
chore(deps): update dependencies (#363)
1 parent 39a2145 commit b31d3f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

common-dev-assets

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "resource_group" {
3131
module "secrets_manager" {
3232
count = var.existing_sm_instance_guid == null ? 1 : 0
3333
source = "terraform-ibm-modules/secrets-manager/ibm"
34-
version = "2.8.6"
34+
version = "2.8.7"
3535
resource_group_id = module.resource_group.resource_group_id
3636
region = local.sm_region
3737
secrets_manager_name = "${var.prefix}-secrets-manager"

examples/private/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module "resource_group" {
2828

2929
module "secrets_manager" {
3030
source = "terraform-ibm-modules/secrets-manager/ibm"
31-
version = "2.8.6"
31+
version = "2.8.7"
3232
existing_sm_instance_crn = var.existing_sm_instance_crn
3333
resource_group_id = module.resource_group.resource_group_id
3434
region = local.sm_region

tests/go.mod

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

77
require (
88
github.com/stretchr/testify v1.11.1
9-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3
9+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.4
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.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
297297
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
298-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3 h1:eR7/W4+SmqfDfeD33ZVmtKrtM+KtcbAbURfjKAnXyic=
299-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3/go.mod h1:9Thq3InVLYHEtKIVABm8e1d7jvpIQqlKCJ8/d5wH6DY=
298+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.4 h1:dG1Y+Rc48nGCfI5kgcjVv4S9WV4+aoAAwyXOniMBnpo=
299+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.4/go.mod h1:Of4ASK2oTVTQ8J6RAZ7eHaYL6VOY/aO07cBV7NTMhgY=
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)