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 828a9be commit dd16f72Copy full SHA for dd16f72
solutions/security-enforced/main.tf
@@ -105,7 +105,7 @@ module "kms" {
105
}
106
count = var.existing_kms_key_crn == null ? 1 : 0 # no need to create any KMS resources if passing an existing key
107
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
108
- version = "5.4.1"
+ version = "5.4.2"
109
create_key_protect_instance = false
110
region = local.kms_region
111
existing_kms_instance_crn = var.existing_kms_instance_crn
0 commit comments