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 9733514 commit e0667e5Copy full SHA for e0667e5
examples/complete/main.tf
@@ -21,7 +21,7 @@ locals {
21
22
module "key_protect_all_inclusive" {
23
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
24
- version = "4.19.1"
+ version = "4.19.2"
25
resource_group_id = module.resource_group.resource_group_id
26
region = var.region
27
key_protect_instance_name = "${var.prefix}-kp"
solutions/standard/main.tf
@@ -199,7 +199,7 @@ module "kms" {
199
}
200
count = local.create_kms_keys ? 1 : 0
201
202
203
create_key_protect_instance = false
204
region = local.kms_region
205
existing_kms_instance_crn = var.existing_kms_instance_crn
0 commit comments