Skip to content

Commit

Permalink
fix typo - jump to server
Browse files Browse the repository at this point in the history
  • Loading branch information
vhorne committed Jul 26, 2024
1 parent 674f3d1 commit 981e497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/201-azfw-with-ipgroups/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 981e497

Please sign in to comment.