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.8 (#182)
  • Loading branch information
terraform-ibm-modules-ops authored May 25, 2024
1 parent 25940e7 commit 1dc7f75
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.11.2"
version = "4.11.8"
create_key_protect_instance = false
region = var.kms_region
existing_kms_instance_guid = var.existing_kms_instance_guid
Expand Down

0 comments on commit 1dc7f75

Please sign in to comment.