Skip to content

Commit a39cb7d

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.5 (#565)
1 parent e117212 commit a39cb7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ locals {
5353

5454
module "key_protect_all_inclusive" {
5555
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
56-
version = "5.1.4"
56+
version = "5.1.5"
5757
resource_group_id = module.resource_group.resource_group_id
5858
# Only us-south, us-east and 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.
5959
# Note: Database instance and Key Protect must be created on the same region.

solutions/standard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module "kms" {
2525
}
2626
count = local.create_new_kms_key ? 1 : 0
2727
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
28-
version = "5.1.4"
28+
version = "5.1.5"
2929
create_key_protect_instance = false
3030
region = local.kms_region
3131
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)