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.11.2 (#174)
  • Loading branch information
terraform-ibm-modules-ops authored May 11, 2024
1 parent 4484757 commit d749aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/secure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module "kms" {
}
count = var.existing_kms_key_crn != null ? 0 : 1 # no need to create any KMS resources if passing an existing key.
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.9.1"
version = "4.11.2"
create_key_protect_instance = false
region = var.kms_region
existing_kms_instance_guid = var.existing_kms_instance_guid
Expand Down

0 comments on commit d749aa2

Please sign in to comment.