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.
1 parent 9b03317 commit bd9be86Copy full SHA for bd9be86
outputs.tf
@@ -1,5 +1,5 @@
1
output "filtered_subscriptions" {
2
- value = local.kv_filtered_subscriptions
+ value = var.eventdriven_auto_discover ? local.kv_filtered_subscriptions : {}
3
}
4
5
output "firefly_service_principal_id" {
0 commit comments