diff --git a/examples/advanced/main.tf b/examples/advanced/main.tf index 8ad602e0..89865384 100644 --- a/examples/advanced/main.tf +++ b/examples/advanced/main.tf @@ -68,7 +68,7 @@ locals { module "key_protect" { source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.1.18" + version = "5.1.19" resource_group_id = module.resource_group.resource_group_id region = var.region resource_tags = var.resource_tags diff --git a/solutions/fully-configurable/main.tf b/solutions/fully-configurable/main.tf index f6f59555..ba7e3012 100644 --- a/solutions/fully-configurable/main.tf +++ b/solutions/fully-configurable/main.tf @@ -166,7 +166,7 @@ module "kms" { } count = (local.use_kms_module && (length(coalesce(local.buckets_config, [])) != 0)) ? 1 : 0 # no need to create any KMS resources if `kms_encryption_enabled_buckets` is false or `existing_cos_kms_key_crn` is provided or `buckets_config` length is 0 source = "terraform-ibm-modules/kms-all-inclusive/ibm" - version = "5.1.18" + version = "5.1.19" create_key_protect_instance = false region = local.kms_region existing_kms_instance_crn = var.existing_kms_instance_crn