Skip to content

Commit ee52bdb

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.15.6 (#256)
1 parent 4e6cc59 commit ee52bdb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "resource_group" {
2020

2121
module "key_protect_all_inclusive" {
2222
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
23-
version = "4.15.5"
23+
version = "4.15.6"
2424
resource_group_id = module.resource_group.resource_group_id
2525
# Only us-south, eu-de backup encryption keys are supported. See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok for details.
2626
# Note: Database instance and Key Protect must be created on the same region.

solutions/standard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
6868
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
69-
version = "4.15.5"
69+
version = "4.15.6"
7070
create_key_protect_instance = false
7171
region = local.existing_kms_instance_region
7272
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)