Skip to content

Commit 3a7c629

Browse files
fix(deps): update dependencies (#488)
1 parent d0d7cf9 commit 3a7c629

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

solutions/quickstart/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ module "secrets_manager_service_credentials" {
9292
count = length(local.service_credential_secrets) > 0 ? 1 : 0
9393
depends_on = [time_sleep.wait_for_en_authorization_policy]
9494
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
95-
version = "2.10.3"
95+
version = "2.11.2"
9696
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
9797
existing_sm_instance_region = local.existing_secrets_manager_instance_region
9898
endpoint_type = var.existing_secrets_manager_endpoint_type

solutions/quickstart/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.84.1"
7+
version = "1.84.3"
88
}
99
time = {
1010
source = "hashicorp/time"

solutions/security-enforced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ module "secrets_manager_service_credentials" {
224224
count = length(local.service_credential_secrets) > 0 ? 1 : 0
225225
depends_on = [time_sleep.wait_for_en_authorization_policy]
226226
source = "terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
227-
version = "2.10.3"
227+
version = "2.11.2"
228228
existing_sm_instance_guid = local.existing_secrets_manager_instance_guid
229229
existing_sm_instance_region = local.existing_secrets_manager_instance_region
230230
endpoint_type = var.existing_secrets_manager_endpoint_type

solutions/security-enforced/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.84.1"
7+
version = "1.84.3"
88
}
99
time = {
1010
source = "hashicorp/time"

tests/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.25.3
77
require (
88
github.com/IBM/go-sdk-core v1.1.0
99
github.com/stretchr/testify v1.11.1
10-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.16
10+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
1111
)
1212

1313
require (

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,8 +303,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
303303
github.com/stretchr/testify v1.8.2/go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4=
304304
github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U=
305305
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
306-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.16 h1:E/tVpWNkcq/W1G6pk4WgSGyUa+RHeyiZQGsi0UHewek=
307-
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.16/go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco=
306+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 h1:unGRxvM9OJBTsfDQg/AZCYOeJZ5TqrCsPphjWJ2wI94=
307+
github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17/go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco=
308308
github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
309309
github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw=
310310
github.com/tmccombs/hcl2json v0.6.4/go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk=

0 commit comments

Comments
 (0)