Skip to content

Commit

Permalink
Merge pull request #338 from vhorne/fw-fix-typo
Browse files Browse the repository at this point in the history
fix typo - jump to server
  • Loading branch information
TomArcherMsft authored Jul 29, 2024
2 parents 674f3d1 + 981e497 commit 20ed854
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 20ed854

Please sign in to comment.