File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
solutions/fully-configurable Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
3939# #############################################################################
4040module "cbr_zone" {
4141 source = " terraform-ibm-modules/cbr/ibm//modules/cbr-zone-module"
42- version = " 1.32.4 "
42+ version = " 1.32.5 "
4343 name = " ${ var . prefix } -VPC-network-zone"
4444 zone_description = " CBR Network zone representing VPC"
4545 account_id = data. ibm_iam_account_settings . iam_account_settings . account_id
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ module "secrets_manager_service_credentials" {
394394 count = length (local. service_credential_secrets ) > 0 ? 1 : 0
395395 depends_on = [time_sleep . wait_for_rabbitmq_authorization_policy ]
396396 source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
397- version = " 2.6.13 "
397+ version = " 2.6.16 "
398398 existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
399399 existing_sm_instance_region = local. existing_secrets_manager_instance_region
400400 endpoint_type = var. existing_secrets_manager_endpoint_type
You can’t perform that action at this time.
0 commit comments