made minor changes

This commit is contained in:
cshea15
2023-10-03 09:44:43 -04:00
parent e0c258c3d7
commit 757c9646ae
3 changed files with 9 additions and 7 deletions

View File

@ -261,7 +261,7 @@ resource "azurerm_route_table" "rt" {
name = "azfwDefaultRoute"
address_prefix = "0.0.0.0/0"
next_hop_type = "VirtualAppliance"
next_hop_in_ip_address = azurerm_firewall.fw.ip_configuration.0.private_ip_address
next_hop_in_ip_address = azurerm_firewall.fw.ip_configuration[0].private_ip_address
}
}