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 48cbd5f commit 4931b0dCopy full SHA for 4931b0d
examples/advanced/main.tf
@@ -71,7 +71,7 @@ module "key_protect_module" {
71
72
module "kms_key_ring" {
73
source = "terraform-ibm-modules/kms-key-ring/ibm"
74
- version = "2.6.12"
+ version = "2.6.13"
75
instance_id = module.key_protect_module.key_protect_guid
76
key_ring_id = "${var.prefix}-my-key-ring"
77
endpoint_type = "private"
0 commit comments