Skip to content

Commit 0a3299a

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.22.0 (#328)
1 parent 0ce5c4b commit 0a3299a

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
@@ -370,7 +370,7 @@ module "kms" {
370370
}
371371
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
372372
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
373-
version = "4.21.11"
373+
version = "4.22.0"
374374
create_key_protect_instance = false
375375
region = local.kms_region
376376
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)