Skip to content

Commit

Permalink
[Dev-Enablement] match naming convention (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-west authored Jan 6, 2025
1 parent 9827b2e commit 72ceef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-aws/kafka-shared-msk/dev-enablement/pilotcd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ module "dev_enablement_pilotcd_api" {
module "dev_enablement_pilotcd_worker" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.dev_enablement_pilotcd_v1.name]
consume_groups = ["dev_enablement.pilotcd.api"]
consume_groups = ["dev-enablement.pilotcd.worker"]
cert_common_name = "dev-enablement/pilotcd-worker"
}

0 comments on commit 72ceef0

Please sign in to comment.