Skip to content

Commit

Permalink
fix: Added output for network watcher name.
Browse files Browse the repository at this point in the history
  • Loading branch information
13archit committed Jun 16, 2023
1 parent 7cd6bf0 commit ebfbe43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ output "network_watcher_id" {
value = join("", azurerm_network_watcher.flow_log_nw.*.id)
description = "The ID of the Network Watcher."
}

output "network_watcher_name" {
value = join("", azurerm_network_watcher.flow_log_nw.*.name)
description = "The name of Network Watcher deployed."
}

0 comments on commit ebfbe43

Please sign in to comment.