Skip to content

Commit

Permalink
[Dev-Enablement] fix cert name (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-west authored Dec 18, 2024
1 parent 2648906 commit 88a943e
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 @@ -24,5 +24,5 @@ module "dev_enablement_pilotcd_worker" {
source = "../../../modules/tls-app"
consume_topics = [kafka_topic.dev_enablement_pilotcd_v1.name]
consume_groups = ["dev_enablement.pilotcd.api"]
cert_common_name = "crm/okta-projector"
cert_common_name = "dev-enablement/pilotcd-worker"
}

0 comments on commit 88a943e

Please sign in to comment.