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 0544285 commit 472d19aCopy full SHA for 472d19a
examples/advanced/main.tf
@@ -83,7 +83,7 @@ module "kms_key_ring" {
83
84
module "ibm_kms_key" {
85
source = "terraform-ibm-modules/kms-key/ibm"
86
- version = "1.4.9"
+ version = "1.4.10"
87
kms_instance_id = module.key_protect_module.key_protect_guid
88
key_name = "${var.prefix}-root-key"
89
kms_key_ring_id = module.kms_key_ring.key_ring_id
0 commit comments