Skip to content

Commit 18a0d17

Browse files
authored
chore: deduplicate auth policy in example (#475)
1 parent b5110f1 commit 18a0d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ module "mongodb" {
102102
use_ibm_owned_encryption_key = false
103103
use_same_kms_key_for_backups = false
104104
kms_key_crn = module.key_protect_all_inclusive.keys["icd.${local.data_key_name}"].crn
105-
backup_encryption_key_crn = module.key_protect_all_inclusive.keys["icd.${local.data_key_name}"].crn
105+
backup_encryption_key_crn = module.key_protect_all_inclusive.keys["icd.${local.backups_key_name}"].crn
106106
service_credential_names = {
107107
"mongodb_admin" : "Administrator",
108108
"mongodb_operator" : "Operator",

0 commit comments

Comments
 (0)