Skip to content

Commit a60cce2

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect-all-inclusive/ibm to v4.4.2 (#83)
1 parent 74da2c1 commit a60cce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ locals {
2020
}
2121
module "key_protect_all_inclusive" {
2222
source = "terraform-ibm-modules/key-protect-all-inclusive/ibm"
23-
version = "4.4.1"
23+
version = "4.4.2"
2424
resource_group_id = module.resource_group.resource_group_id
2525
region = var.region
2626
key_protect_instance_name = "${var.prefix}-kp"

0 commit comments

Comments
 (0)