Skip to content

Commit 1b56b3b

Browse files
fix(deps): update dependencies (#162)
1 parent ca71aa1 commit 1b56b3b

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

common-dev-assets

examples/complete/main.tf

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

3535
module "key_protect_all_inclusive" {
3636
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
37-
version = "5.1.22"
37+
version = "5.1.23"
3838
resource_group_id = module.resource_group.resource_group_id
3939
region = var.region
4040
key_protect_instance_name = "${var.prefix}-kp"

solutions/fully-configurable/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ locals {
3737
module "kms" {
3838
count = local.create_kms_key ? 1 : 0
3939
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
40-
version = "5.1.22"
40+
version = "5.1.23"
4141
create_key_protect_instance = false
4242
region = local.kms_region
4343
existing_kms_instance_crn = var.existing_kms_instance_crn

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.25.1
77
require (
88
github.com/gruntwork-io/terratest v0.50.0
99
github.com/stretchr/testify v1.11.1
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.3
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.4
1111
)
1212

1313
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.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=

tests/resources/kp-cos-instance/main.tf

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

88
module "kms" {
99
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
10-
version = "5.1.22"
10+
version = "5.1.23"
1111
create_key_protect_instance = true
1212
key_protect_instance_name = "${var.prefix}-kp"
1313
resource_group_id = module.resource_group.resource_group_id

0 commit comments

Comments
 (0)