Skip to content

Commit

Permalink
[Dev-Enablement] Fix typo (#740)
Browse files Browse the repository at this point in the history
  • Loading branch information
darren-west authored Dec 19, 2024
1 parent 33934f5 commit 66e66ab
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 @@ -17,7 +17,7 @@ resource "kafka_topic" "dev_enablement_pilotcd_v1" {
module "dev_enablement_pilotcd_api" {
source = "../../../modules/tls-app"
produce_topics = [kafka_topic.dev_enablement_pilotcd_v1.name]
cert_common_name = "dev_enablement/pilotcd-api"
cert_common_name = "dev-enablement/pilotcd-api"
}

module "dev_enablement_pilotcd_worker" {
Expand Down

0 comments on commit 66e66ab

Please sign in to comment.