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 cb1b819 commit 9f24565Copy full SHA for 9f24565
examples/advanced/main.tf
@@ -21,7 +21,7 @@ locals {
21
}
22
23
module "kp_all_inclusive" {
24
- source = "terraform-ibm-modules/key-protect-all-inclusive/ibm"
+ source = "terraform-ibm-modules/kms-all-inclusive/ibm"
25
version = "4.13.1"
26
key_protect_instance_name = "${var.prefix}-kp-instance"
27
resource_group_id = module.resource_group.resource_group_id
0 commit comments