Skip to content

Commit 6ac4dd9

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.15.9 (#483)
1 parent 23f0024 commit 6ac4dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/standard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ module "kms" {
6161
}
6262
count = var.existing_kms_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key
6363
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
64-
version = "4.15.2"
64+
version = "4.15.9"
6565
create_key_protect_instance = false
6666
region = local.existing_kms_instance_region
6767
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)