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.19.2
  • Loading branch information
terraform-ibm-modules-ops committed Jan 11, 2025
1 parent 7a9f899 commit 6dd43be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ locals {

module "kp_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.19.1"
version = "4.19.2"
key_protect_instance_name = "${var.prefix}-kp-instance"
resource_group_id = module.resource_group.resource_group_id
region = var.region
Expand Down

0 comments on commit 6dd43be

Please sign in to comment.