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 e7ff4ec commit 3a034a7Copy full SHA for 3a034a7
examples/complete/main.tf
@@ -17,7 +17,7 @@ module "key_protect_all_inclusive" {
17
providers = {
18
restapi = restapi.kp
19
}
20
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v3.1.1"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v3.1.2"
21
resource_group_id = module.resource_group.resource_group_id
22
# Note: Database instance and Key Protect must be created in the same region when using BYOK
23
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
0 commit comments