Skip to content

Commit 89b346e

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect/ibm to v2.4.1 (#357)
1 parent 64611d4 commit 89b346e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fscloud/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module "resource_group" {
1515
##############################################################################
1616
module "key_protect_module" {
1717
source = "terraform-ibm-modules/key-protect/ibm"
18-
version = "v2.4.0"
18+
version = "v2.4.1"
1919
key_protect_name = "${var.prefix}-key-protect-instance"
2020
resource_group_id = module.resource_group.resource_group_id
2121
region = var.region

0 commit comments

Comments
 (0)