File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module "resource_group" {
1616
1717module "key_protect_all_inclusive" {
1818 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
19- version = " 4.16.4 "
19+ version = " 4.16.8 "
2020 resource_group_id = module. resource_group . resource_group_id
2121 # Note: Database instance and Key Protect must be created in the same region when using BYOK
2222 # 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 @@ -66,7 +66,7 @@ module "kms" {
6666 }
6767 count = var. existing_kms_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key or using IBM owned keys
6868 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
69- version = " 4.16.4 "
69+ version = " 4.16.8 "
7070 create_key_protect_instance = false
7171 region = local. existing_kms_instance_region
7272 existing_kms_instance_crn = var. existing_kms_instance_crn
@@ -135,7 +135,7 @@ module "backup_kms" {
135135 }
136136 count = var. existing_backup_kms_key_crn != null ? 0 : var. existing_backup_kms_instance_crn != null ? 1 : 0
137137 source = " terraform-ibm-modules/kms-all-inclusive/ibm"
138- version = " 4.15.13 "
138+ version = " 4.16.8 "
139139 create_key_protect_instance = false
140140 region = local. existing_backup_kms_instance_region
141141 existing_kms_instance_crn = var. existing_backup_kms_instance_crn
You can’t perform that action at this time.
0 commit comments