Skip to content

Commit ef5162c

Browse files
chore(deps): update terraform terraform-ibm-modules/key-protect/ibm to v2.9.0
1 parent a288dd3 commit ef5162c

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
@@ -28,7 +28,7 @@ module "cos_instance" {
2828
# Create Key Protect instance
2929
module "key_protect_instance" {
3030
source = "terraform-ibm-modules/key-protect/ibm"
31-
version = "2.8.8"
31+
version = "2.9.0"
3232
key_protect_name = "${var.prefix}-key-protect"
3333
resource_group_id = module.resource_group.resource_group_id
3434
plan = "tiered-pricing"

0 commit comments

Comments
 (0)