Skip to content

Commit

Permalink
Fix wrong topic name (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
matiit authored Sep 25, 2024
1 parent fb35eb5 commit a193507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-aws/kafka-shared-msk/account-identity/account.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ resource "kafka_topic" "account_identity_account_management_events" {
# infinite retention
"retention.ms" = "-1"
}
name = "account-identity.account.management.events"
name = "account-identity.account-management-events"
partitions = 15
replication_factor = 3
}
Expand Down

0 comments on commit a193507

Please sign in to comment.