Skip to content

Commit

Permalink
Add missing description to output on Kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
clarissalimab committed Dec 12, 2024
1 parent 029a7d3 commit 9f39bf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kafka/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
output "zookeeper_connect_string" {
value = aws_msk_cluster.this.zookeeper_connect_string
description = "The connection string to use to connect to the Zookeeper cluster"
value = aws_msk_cluster.this.zookeeper_connect_string
}

output "bootstrap_brokers" {
Expand Down

0 comments on commit 9f39bf6

Please sign in to comment.