Skip to content

Commit

Permalink
Fix the cert_common_name in the example
Browse files Browse the repository at this point in the history
  • Loading branch information
sbuliarca committed Nov 6, 2024
1 parent 64e26f8 commit 2e97991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/msk_app_topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ resource "kafka_topic" "example_topic" {
# second-team defines their consumer inside first-team's module
module "second_team_indexer" {
source = "../../../modules/tls-app"
cert_common_name = "second-team/example-consumer"
cert_common_name = "second-team/indexer"
# OK: consume topic is defined in this module
consume_topics = [kafka_topic.example_topic.name]
Expand Down

0 comments on commit 2e97991

Please sign in to comment.