Skip to content

Commit afcb8ff

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect/ibm to v2.10.17 (#746)
1 parent 6465089 commit afcb8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.16"
18+
version = "v2.10.17"
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)