File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ locals {
38
38
39
39
module "key_protect_all_inclusive" {
40
40
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
41
- version = " 4.19.7 "
41
+ version = " 4.19.8 "
42
42
resource_group_id = module. resource_group . resource_group_id
43
43
# Note: Database instance and Key Protect must be created in the same region when using BYOK
44
44
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ module "kms" {
39
39
}
40
40
count = local. create_new_kms_key ? 1 : 0
41
41
source = " terraform-ibm-modules/kms-all-inclusive/ibm"
42
- version = " 4.19.7 "
42
+ version = " 4.19.8 "
43
43
create_key_protect_instance = false
44
44
region = local. kms_region
45
45
existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -326,7 +326,7 @@ module "secrets_manager_service_credentials" {
326
326
count = length (local. service_credential_secrets ) > 0 ? 1 : 0
327
327
depends_on = [time_sleep . wait_for_redis_authorization_policy ]
328
328
source = " terraform-ibm-modules/secrets-manager/ibm//modules/secrets"
329
- version = " 1.23.7 "
329
+ version = " 1.23.8 "
330
330
existing_sm_instance_guid = local. existing_secrets_manager_instance_guid
331
331
existing_sm_instance_region = local. existing_secrets_manager_instance_region
332
332
endpoint_type = var. existing_secrets_manager_endpoint_type
You can’t perform that action at this time.
0 commit comments