Skip to content

Commit f8d2b45

Browse files
chore: update reference from key-protect to kms (#376)
1 parent 8c392c1 commit f8d2b45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/complete/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ module "resource_group" {
1515
##############################################################################
1616

1717
module "key_protect_all_inclusive" {
18-
source = "terraform-ibm-modules/key-protect-all-inclusive/ibm"
19-
version = "4.6.0"
18+
source = "terraform-ibm-modules/kms-all-inclusive/ibm"
19+
version = "4.8.3"
2020
resource_group_id = module.resource_group.resource_group_id
2121
# Note: Database instance and Key Protect must be created in the same region when using BYOK
2222
# See https://cloud.ibm.com/docs/cloud-databases?topic=cloud-databases-key-protect&interface=ui#key-byok

0 commit comments

Comments
 (0)