Skip to content

Commit

Permalink
fix account topic names (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeG07 authored Oct 9, 2024
1 parent 85ed641 commit 2c15c1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prod-aws/kafka-shared-msk/cbc/cbc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module "cbc_fraud_detection_consumer" {
source = "../../../modules/tls-app"
consume_topics = [
"auth-customer.iam-credentials-v1-public",
"account-identity.cbc-fraud-detection-consumer-v1",
"account-identity.public.account.events",
]
produce_topics = []
consume_groups = [
Expand All @@ -56,7 +56,7 @@ module "cbc_events_indexer" {
module "cbc_account_events_relay" {
source = "../../../modules/tls-app"
produce_topics = []
consume_topics = ["account-identity.public.account.events"]
consume_topics = ["account-identity.legacy.account.events"]
consume_groups = ["account-identity.cbc-account-events-relay-v2"]
cert_common_name = "cbc/cbc-account-events-relay-v2"
}

0 comments on commit 2c15c1f

Please sign in to comment.