Skip to content

Commit

Permalink
chore(deps): update terraform terraform-ibm-modules/kms-all-inclusive…
Browse files Browse the repository at this point in the history
…/ibm to v4.16.8
  • Loading branch information
terraform-ibm-modules-ops committed Nov 10, 2024
1 parent 68b151f commit 21452f6
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 @@ -24,7 +24,7 @@ module "resource_group" {

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.16.7"
version = "4.16.8"
resource_group_id = module.resource_group.resource_group_id
region = var.region
key_protect_instance_name = "${var.prefix}-kp"
Expand Down

0 comments on commit 21452f6

Please sign in to comment.