Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fbc7187

Browse files
authoredFeb 14, 2025··
correspondence db build up (#782)
1 parent 4541a29 commit fbc7187

File tree

1 file changed

+1
-1
lines changed
  • dev-aws/kafka-shared-msk/account-identity

1 file changed

+1
-1
lines changed
 

‎dev-aws/kafka-shared-msk/account-identity/account.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ module "account_identity_events_anonymizer" {
405405
module "account_identity_update_account_projector" {
406406
source = "../../../modules/tls-app"
407407
consume_topics = [kafka_topic.account_identity_legacy_account_change_events_compacted.name]
408-
consume_groups = ["account-identity.update-account-projector-aws"]
408+
consume_groups = ["account-identity.update-account-projector-aws", "account-identity.update-account-projector-corr"]
409409
cert_common_name = "account-platform/update_account_projector"
410410
}
411411

0 commit comments

Comments
 (0)
Please sign in to comment.