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.
2 parents 7cd6bf0 + ebfbe43 commit c09c2f8Copy full SHA for c09c2f8
_example/complete/exmaple.tf renamed to _example/complete/example.tf
outputs.tf
@@ -36,3 +36,8 @@ output "network_watcher_id" {
36
value = join("", azurerm_network_watcher.flow_log_nw.*.id)
37
description = "The ID of the Network Watcher."
38
}
39
+
40
+output "network_watcher_name" {
41
+ value = join("", azurerm_network_watcher.flow_log_nw.*.name)
42
+ description = "The name of Network Watcher deployed."
43
+}
0 commit comments