Skip to content

Commit

Permalink
firewall policy now connects to firewall correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gillianstravers committed Nov 7, 2024
1 parent 983dabd commit 404b566
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/vhub/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ resource "azurerm_firewall" "this" {
location = var.virtual_hubs.location
sku_name = "AZFW_Hub"
sku_tier = var.virtual_hubs.firewall_sku_tier
firewall_policy_id = azurerm_firewall_policy.this.id
virtual_hub {
virtual_hub_id = azurerm_virtual_hub.this.id
public_ip_count = var.virtual_hubs.firewall_public_ip_count
Expand Down

0 comments on commit 404b566

Please sign in to comment.