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.15.5 (#254)
  • Loading branch information
terraform-ibm-modules-ops authored Aug 10, 2024
1 parent 7a5a28b commit 4e6cc59
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 @@ -20,7 +20,7 @@ module "resource_group" {

module "key_protect_all_inclusive" {
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
version = "4.15.4"
version = "4.15.5"
resource_group_id = module.resource_group.resource_group_id
# Only us-south, eu-de backup encryption keys are supported. See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok for details.
# Note: Database instance and Key Protect must be created on the same region.
Expand Down
2 changes: 1 addition & 1 deletion solutions/standard/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,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.15.4"
version = "4.15.5"
create_key_protect_instance = false
region = local.existing_kms_instance_region
existing_kms_instance_crn = var.existing_kms_instance_crn
Expand Down

0 comments on commit 4e6cc59

Please sign in to comment.