Skip to content

Commit

Permalink
Prod change for producing into api v2 from account api
Browse files Browse the repository at this point in the history
  • Loading branch information
matiit committed Dec 17, 2024
1 parent e6749ae commit 1df28a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prod-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ moved {
to = kafka_topic.account_identity_account_bill_writes_public
}

module "account_identity_account_api_account_atomic_producer" {
module "account_identity_account_api" {
source = "../../../modules/tls-app"
produce_topics = [kafka_topic.account_identity_account_atomic_v1.name]
cert_common_name = "account-platform/account_api_account_atomic_producer"
produce_topics = [kafka_topic.account_identity_account_atomic_v1.name, kafka_topic.account_identity_account_events_v2.name]
cert_common_name = "account-platform/account_api"
}

module "account_identity_account_api_business_validation_projector" {
Expand Down

0 comments on commit 1df28a5

Please sign in to comment.