Skip to content

Commit 07e2022

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.6 (#378)
1 parent 0234fb3 commit 07e2022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/instances/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ module "kms" {
384384
}
385385
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
386386
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
387-
version = "5.1.5"
387+
version = "5.1.6"
388388
create_key_protect_instance = false
389389
region = local.kms_region
390390
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)