We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a2c80 commit 28c44dfCopy full SHA for 28c44df
examples/advanced/main.tf
@@ -21,7 +21,7 @@ locals {
21
22
module "key_protect" {
23
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
24
- version = "5.1.15"
+ version = "5.1.16"
25
resource_group_id = module.resource_group.resource_group_id
26
region = var.region
27
resource_tags = var.resource_tags
solutions/fully-configurable/main.tf
@@ -266,7 +266,7 @@ module "kms" {
266
}
267
count = local.use_kms_module ? 1 : 0
268
269
270
create_key_protect_instance = false
271
region = local.kms_region
272
existing_kms_instance_crn = var.existing_kms_instance_crn
0 commit comments