Skip to content

Commit 984a724

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect/ibm to v2.10.9 (#711)
1 parent 3b004a9 commit 984a724

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.10.8"
18+
version = "v2.10.9"
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)