Skip to content

Commit 1d01141

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5 (#329)
1 parent 0a3299a commit 1d01141

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.22.0"
373+
version = "5.0.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)