Skip to content

Commit

Permalink
chore: PLA-1499: adding kafka assets to investigate issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosimao-ardanlabs committed Nov 6, 2024
1 parent d94ec64 commit 396b61c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions prod-aws/kafka-shared-msk/data-infra/support.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
module "support" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.events.name]
consume_groups = ["data-infra.support"]
cert_common_name = "data-infra/support"
}

0 comments on commit 396b61c

Please sign in to comment.