Skip to content

Commit

Permalink
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/i…
Browse files Browse the repository at this point in the history
…bm to v4.19.2 (#368)
  • Loading branch information
terraform-ibm-modules-ops authored Jan 11, 2025
1 parent 9733514 commit e0667e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/complete/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ locals {

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.19.1"
version = "4.19.2"
resource_group_id = module.resource_group.resource_group_id
region = var.region
key_protect_instance_name = "${var.prefix}-kp"
Expand Down
2 changes: 1 addition & 1 deletion solutions/standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ module "kms" {
}
count = local.create_kms_keys ? 1 : 0
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.19.1"
version = "4.19.2"
create_key_protect_instance = false
region = local.kms_region
existing_kms_instance_crn = var.existing_kms_instance_crn
Expand Down

0 comments on commit e0667e5

Please sign in to comment.