Skip to content

Commit 1aab853

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.27 (#479)
1 parent 50ac75c commit 1aab853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common-dev-assets

solutions/instances/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ module "kms" {
376376
}
377377
count = (var.existing_cos_kms_key_crn != null || (length(coalesce(local.buckets_config, [])) == 0)) ? 0 : 1 # no need to create any KMS resources if passing an existing key, or bucket
378378
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
379-
version = "5.1.26"
379+
version = "5.1.27"
380380
create_key_protect_instance = false
381381
region = local.kms_region
382382
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)