Skip to content

Commit

Permalink
add tls app (#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
pansbro12 authored Jan 6, 2025
1 parent 72ceef0 commit 1c4b51c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dev-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,14 @@ resource "kafka_topic" "account_identity_account_history_v1" {
replication_factor = 3
}


module "account_identity_account_history_projector" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.account_identity_account_history_v1.name]
consume_groups = ["account-identity.account-history-projector"]
cert_common_name = "account-platform/account_history_projector"
}

moved {
from = kafka_topic.account_identity_accunt_bill_writes_public
to = kafka_topic.account_identity_account_bill_writes_public
Expand Down

0 comments on commit 1c4b51c

Please sign in to comment.