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 93bcd26 commit 369e1a0Copy full SHA for 369e1a0
examples/complete/main.tf
@@ -31,7 +31,7 @@ resource "ibm_is_subnet" "testacc_subnet" {
31
##############################################################################
32
33
module "key_protect_all_inclusive" {
34
- source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v4.1.0"
+ source = "git::https://github.com/terraform-ibm-modules/terraform-ibm-key-protect-all-inclusive.git?ref=v4.2.0"
35
resource_group_id = module.resource_group.resource_group_id
36
# Note: Database instance and Key Protect must be created in the same region when using BYOK
37
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok
0 commit comments