Skip to content

Commit

Permalink
[A&I] async bill write topic access (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisnikulin authored Nov 12, 2024
1 parent 11822ef commit 98177ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dev-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,13 @@ module "account_identity_account_api_v2" {
cert_common_name = "account-platform/account_api_v2"
}


module "account_identity_account_api_v2_customer_bill_writer" {
source = "../../../modules/tls-app"
produce_topics = [kafka_topic.account_identity_accunt_bill_writes_public.name]
cert_common_name = "account-platform/account_api_v2_customer_bill_writer"
}

module "account_identity_create_account_projector" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_account_events_v2.name, kafka_topic.account_identity_legacy_account_events.name
Expand Down

0 comments on commit 98177ef

Please sign in to comment.