Skip to content

Commit 58abb48

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v5.1.2 (#383)
1 parent e3329f0 commit 58abb48

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
@@ -21,7 +21,7 @@ locals {
2121

2222
module "key_protect_all_inclusive" {
2323
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
24-
version = "5.0.2"
24+
version = "5.1.2"
2525
resource_group_id = module.resource_group.resource_group_id
2626
# Note: Database instance and Key Protect must be created in the same region when using BYOK
2727
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok

solutions/standard/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ module "kms" {
3232
}
3333
count = local.create_new_kms_key ? 1 : 0
3434
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
35-
version = "5.0.2"
35+
version = "5.1.2"
3636
create_key_protect_instance = false
3737
region = local.kms_region
3838
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)