Skip to content

Commit 8270502

Browse files
chore(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.18.1 (#571)
1 parent 02d446c commit 8270502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ locals {
2222

2323
module "kp_all_inclusive" {
2424
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
25-
version = "4.18.0"
25+
version = "4.18.1"
2626
key_protect_instance_name = "${var.prefix}-kp-instance"
2727
resource_group_id = module.resource_group.resource_group_id
2828
region = var.region

0 commit comments

Comments
 (0)