We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
kafka_brokers_sasl
1 parent 9586187 commit 246727dCopy full SHA for 246727d
.gitignore
@@ -54,3 +54,5 @@ Brewfile.lock.json
54
55
# Visual Studio Code
56
.vscode/
57
+
58
+tests/vendor
outputs.tf
@@ -19,7 +19,7 @@ output "guid" {
19
20
output "kafka_brokers_sasl" {
21
description = "(Array of Strings) Kafka brokers use for interacting with Kafka native API"
22
- value = length(ibm_event_streams_topic.es_topic) > 0 ? ibm_event_streams_topic.es_topic[0].kafka_brokers_sasl : null
+ value = lookup(ibm_resource_instance.es_instance.extensions, "kafka_brokers_sasl", null)
23
}
24
25
output "kafka_http_url" {
0 commit comments