Skip to content

Commit

Permalink
Merge pull request #17 from clouddrove/fix/output
Browse files Browse the repository at this point in the history
fix: Added output for network watcher name.
  • Loading branch information
d4kverma committed Jun 16, 2023
2 parents 7cd6bf0 + ebfbe43 commit c09c2f8
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 c09c2f8

Please sign in to comment.