made minor changes
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user