Skip to content

Commit f7bb504

Browse files
fix(deps): update terraform terraform-ibm-modules/kms-all-inclusive/ibm to v4.18.1 (#369)
1 parent 1728bf1 commit f7bb504

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
@@ -35,7 +35,7 @@ locals {
3535

3636
module "key_protect_all_inclusive" {
3737
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
38-
version = "4.18.0"
38+
version = "4.18.1"
3939
resource_group_id = module.resource_group.resource_group_id
4040
# 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.
4141
# 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
@@ -39,7 +39,7 @@ module "kms" {
3939
}
4040
count = local.create_new_kms_key
4141
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
42-
version = "4.18.0"
42+
version = "4.18.1"
4343
create_key_protect_instance = false
4444
region = local.kms_region
4545
existing_kms_instance_crn = var.existing_kms_instance_crn

0 commit comments

Comments
 (0)