Skip to content

Commit 939dcb8

Browse files
authored
prod topic access for gentrack contact sync (#1090)
1 parent 9a91241 commit 939dcb8

File tree

1 file changed

+8
-0
lines changed
  • prod-aws/kafka-shared-msk/account-identity

1 file changed

+8
-0
lines changed

prod-aws/kafka-shared-msk/account-identity/account.tf

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,14 @@ module "quoting_platform_account_projector" {
434434
consume_groups = ["quoting-platform.account-projector"]
435435
}
436436

437+
# Consume from account-identity.account.unified.events
438+
module "energy_platform_contact_sync" {
439+
source = "../../../modules/tls-app"
440+
cert_common_name = "energy-platform/services-gentrack-contact-sync"
441+
consume_topics = [kafka_topic.account_identity_account_unified_events.name]
442+
consume_groups = ["energy-platform.services-gentrack-contact-sync"]
443+
}
444+
437445
module "account_identity_move_out_notifications" {
438446
source = "../../../modules/tls-app"
439447
consume_topics = [kafka_topic.account_identity_public_account_events.name]

0 commit comments

Comments
 (0)