Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit e253c55

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect-all-inclusive/ibm to v4.4.2 (#127)
1 parent 079840f commit e253c55

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
@@ -16,7 +16,7 @@ module "resource_group" {
1616

1717
module "key_protect_all_inclusive" {
1818
source = "terraform-ibm-modules/key-protect-all-inclusive/ibm"
19-
version = "4.4.1"
19+
version = "4.4.2"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region
2222
key_protect_instance_name = "${var.prefix}-kp"

0 commit comments

Comments
 (0)