Skip to content

Commit 175a0f1

Browse files
authored
fix: update the sorting order of the DA inputs (#310)
1 parent 9eba951 commit 175a0f1

File tree

2 files changed

+311
-286
lines changed

2 files changed

+311
-286
lines changed

examples/complete/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ module "icd_rabbitmq" {
104104
use_ibm_owned_encryption_key = false
105105
use_same_kms_key_for_backups = false
106106
kms_key_crn = module.key_protect_all_inclusive.keys["icd.${local.data_key_name}"].crn
107-
backup_encryption_key_crn = module.key_protect_all_inclusive.keys["icd.${local.data_key_name}"].crn
107+
backup_encryption_key_crn = module.key_protect_all_inclusive.keys["icd.${local.backups_key_name}"].crn
108108
service_credential_names = {
109109
"rabbitmq_admin" : "Administrator",
110110
"rabbitmq_operator" : "Operator",

0 commit comments

Comments
 (0)