Skip to content

Commit c09c2f8

Browse files
authored
Merge pull request #17 from clouddrove/fix/output
fix: Added output for network watcher name.
2 parents 7cd6bf0 + ebfbe43 commit c09c2f8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
File renamed without changes.

outputs.tf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ output "network_watcher_id" {
3636
value = join("", azurerm_network_watcher.flow_log_nw.*.id)
3737
description = "The ID of the Network Watcher."
3838
}
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

Comments
 (0)