Skip to content

Commit

Permalink
Add Firewall module
Browse files Browse the repository at this point in the history
  • Loading branch information
frasdav committed Jan 9, 2024
1 parent 3eb782a commit 8b6b313
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/firewall/src/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ output "id" {
value = azurerm_firewall.main.id
}

output "ip_configuration" {
value = azurerm_firewall.main.ip_configuration
}

output "name" {
value = azurerm_firewall.main.name
}

output "virtual_hub" {
value = azurerm_firewall.main.virtual_hub
}

0 comments on commit 8b6b313

Please sign in to comment.