Skip to content

Commit 6638d20

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.5.25 (#523)
1 parent 8ad0506 commit 6638d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solutions/security-enforced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module "kms" {
105105
}
106106
count = var.existing_kms_key_crn == null ? 1 : 0 # no need to create any KMS resources if passing an existing key
107107
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
108-
version = "5.5.24"
108+
version = "5.5.25"
109109
create_key_protect_instance = false
110110
region = local.kms_region
111111
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)