File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
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.21.1 "
41
+ version = " 4.21.2 "
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.21.1 "
42
+ version = " 4.21.2 "
43
43
create_key_protect_instance = false
44
44
region = local. kms_region
45
45
existing_kms_instance_crn = var. existing_kms_instance_crn
You can’t perform that action at this time.
0 commit comments