File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ module "icd_mongodb" {
137137module "secrets_manager" {
138138 count = var. existing_secrets_manager_instance_guid == null ? 1 : 0
139139 source = " terraform-ibm-modules/secrets-manager/ibm"
140- version = " 2.10.3 "
140+ version = " 2.11.2 "
141141 resource_group_id = module. resource_group . resource_group_id
142142 region = var. region
143143 secrets_manager_name = " ${ var . prefix } -secrets-manager"
Original file line number Diff line number Diff line change @@ -399,7 +399,7 @@ locals {
399399module "secrets_manager_service_credentials" {
400400 count = length (local. service_credential_secrets ) > 0 ? 1 : 0
401401 source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
402- version = " 2.10.3 "
402+ version = " 2.11.2 "
403403 # converted into implicit dependency and removed explicit depends_on time_sleep.wait_for_mongodb_authorization_policy for this module because of issue https://github.com/terraform-ibm-modules/terraform-ibm-icd-redis/issues/608
404404 existing_sm_instance_guid = local. create_secrets_manager_auth_policy > 0 ? time_sleep. wait_for_mongodb_authorization_policy [0 ]. triggers [" secrets_manager_guid" ] : local. existing_secrets_manager_instance_guid
405405 existing_sm_instance_region = local. create_secrets_manager_auth_policy > 0 ? time_sleep. wait_for_mongodb_authorization_policy [0 ]. triggers [" secrets_manager_region" ] : local. existing_secrets_manager_instance_region
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/google/uuid v1.6.0
99 github.com/gruntwork-io/terratest v0.51.0
1010 github.com/stretchr/testify v1.11.1
11- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15
11+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17
1212)
1313
1414require (
Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
296296github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
297297github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu7U =
298298github.com/stretchr/testify v1.11.1 /go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U =
299- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 h1:vTLAB97MQ45Hfla67pIWYnb/Z5YuEzRLjQ6WN4GHWgI =
300- github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.15 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
299+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 h1:unGRxvM9OJBTsfDQg/AZCYOeJZ5TqrCsPphjWJ2wI94 =
300+ github.com/terraform-ibm-modules/ibmcloud-terratest-wrapper v1.60.17 /go.mod h1:g0kmBhFk6pVoTmse42tMNCSNktiOYJHAda/pAzOIxco =
301301github.com/tidwall/pretty v1.0.0 /go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk =
302302github.com/tmccombs/hcl2json v0.6.4 h1:/FWnzS9JCuyZ4MNwrG4vMrFrzRgsWEOVi+1AyYUVLGw =
303303github.com/tmccombs/hcl2json v0.6.4 /go.mod h1:+ppKlIW3H5nsAsZddXPy2iMyvld3SHxyjswOZhavRDk =
You can’t perform that action at this time.
0 commit comments