fix typo - jump to server

This commit is contained in:
Vic Horne 2024-07-26 08:18:14 -07:00
parent 674f3d10c7
commit 981e497396

View File

@ -269,7 +269,7 @@ resource "azurerm_route_table" "rt" {
}
}
resource "azurerm_subnet_route_table_association" "jump_subnet_rt_association" {
resource "azurerm_subnet_route_table_association" "server_subnet_rt_association" {
subnet_id = azurerm_subnet.server_subnet.id
route_table_id = azurerm_route_table.rt.id
}