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 5da7f1c commit 52ae243Copy full SHA for 52ae243
examples/complete/main.tf
@@ -16,7 +16,7 @@ module "resource_group" {
16
17
module "key_protect_all_inclusive" {
18
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
19
- version = "4.15.5"
+ version = "4.15.6"
20
resource_group_id = module.resource_group.resource_group_id
21
# Note: Database instance and Key Protect must be created in the same region when using BYOK
22
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
0 commit comments