File tree Expand file tree Collapse file tree
solutions/fully-configurable Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ locals {
2121
2222module "key_protect_all_inclusive" {
2323 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
24- version = " 5.5.6 "
24+ version = " 5.5.7 "
2525 resource_group_id = module. resource_group . resource_group_id
2626 # Note: Database instance and Key Protect must be created in the same region when using BYOK
2727 # See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
@@ -178,7 +178,7 @@ resource "time_sleep" "wait_120_seconds" {
178178
179179module "vpe" {
180180 source = " terraform-ibm-modules/vpe-gateway/ibm"
181- version = " 4.8.7 "
181+ version = " 4.8.8 "
182182 prefix = " vpe-to-pg"
183183 cloud_service_by_crn = [
184184 {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ module "kms" {
3232 }
3333 count = local. create_new_kms_key ? 1 : 0
3434 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
35- version = " 5.5.6 "
35+ version = " 5.5.7 "
3636 create_key_protect_instance = false
3737 region = local. kms_region
3838 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -403,7 +403,7 @@ locals {
403403module "secrets_manager_service_credentials" {
404404 count = length (local. service_credential_secrets ) > 0 ? 1 : 0
405405 source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
406- version = " 2.12.8 "
406+ version = " 2.12.9 "
407407 # converted into implicit dependency and removed explicit depends_on time_sleep.wait_for_postgresql_authorization_policy for this module because of issue https://github.com/terraform-ibm-modules/terraform-ibm-icd-redis/issues/608
408408 existing_sm_instance_guid = local. create_secrets_manager_auth_policy > 0 ? time_sleep. wait_for_postgresql_authorization_policy [0 ]. triggers [" secrets_manager_guid" ] : local. existing_secrets_manager_instance_guid
409409 existing_sm_instance_region = local. create_secrets_manager_auth_policy > 0 ? time_sleep. wait_for_postgresql_authorization_policy [0 ]. triggers [" secrets_manager_region" ] : local. existing_secrets_manager_instance_region
You can’t perform that action at this time.
0 commit comments