From c24c6ae0b26e69913ad12b35c8fe41b997b586b5 Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 17 Dec 2024 15:34:13 +0000 Subject: [PATCH] add consumer group --- prod-aws/kafka-shared-msk/account-identity/okta.tf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/prod-aws/kafka-shared-msk/account-identity/okta.tf b/prod-aws/kafka-shared-msk/account-identity/okta.tf index da6b9140..529d8607 100644 --- a/prod-aws/kafka-shared-msk/account-identity/okta.tf +++ b/prod-aws/kafka-shared-msk/account-identity/okta.tf @@ -33,3 +33,10 @@ module "account_identity_crm_okta_projector" { consume_groups = ["customer-support.staff.okta.ticketing.20230313T1510"] cert_common_name = "crm/okta-projector" } + +module "account_identity_staff_api_projector" { + source = "../../../modules/tls-app" + consume_topics = [kafka_topic.account_identity_staff_okta_v6.name] + consume_groups = ["account-identity.staff-api-projector"] + cert_common_name = "account-platform/staff-api-projector" +} \ No newline at end of file