Skip to content

Commit c91739a

Browse files
authored
add configuration for prod bundle tier consumption (#1080)
we tested in DEV and everything works well with consuming the bundle tier; I wanna enable to consumption of events for PROD as well
1 parent 54b9eed commit c91739a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

prod-aws/kafka-shared-msk/customer-proposition/bundle-tier.tf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,10 @@ module "es_indexer_bundletier_events_compacted_v1" {
5959
consume_topics = [kafka_topic.bundletier_events_compacted_v1.name]
6060
cert_common_name = "customer-proposition/es-indexer-bundletier-events-compacted-v1"
6161
}
62+
63+
module "energy_platform_consumer_bundletier_events_compacted_v1" {
64+
source = "../../../modules/tls-app"
65+
consume_groups = ["energy-platform.tariff-assignment-events-consumer"]
66+
consume_topics = [kafka_topic.bundletier_events_compacted_v1.name]
67+
cert_common_name = "energy-platform/tariff-assignment-events-consumer"
68+
}

0 commit comments

Comments
 (0)