We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4541a29 commit fbc7187Copy full SHA for fbc7187
dev-aws/kafka-shared-msk/account-identity/account.tf
@@ -405,7 +405,7 @@ module "account_identity_events_anonymizer" {
405
module "account_identity_update_account_projector" {
406
source = "../../../modules/tls-app"
407
consume_topics = [kafka_topic.account_identity_legacy_account_change_events_compacted.name]
408
- consume_groups = ["account-identity.update-account-projector-aws"]
+ consume_groups = ["account-identity.update-account-projector-aws", "account-identity.update-account-projector-corr"]
409
cert_common_name = "account-platform/update_account_projector"
410
}
411
0 commit comments