Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/key-protect/ibm t…
Browse files Browse the repository at this point in the history
…o v2.9.0 (#657)
  • Loading branch information
terraform-ibm-modules-ops authored Dec 14, 2024
1 parent 24c2450 commit e4afc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "resource_group" {

module "key_protect" {
source = "terraform-ibm-modules/key-protect/ibm"
version = "2.8.8"
version = "2.9.0"
key_protect_name = "${var.prefix}-kp"
resource_group_id = module.resource_group.resource_group_id
region = var.region
Expand Down

0 comments on commit e4afc64

Please sign in to comment.