Skip to content

Commit

Permalink
fix broken script url
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Oct 5, 2024
1 parent 8b97e13 commit 5beacc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstart/301-hub-spoke/hub-nva.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resource "azurerm_virtual_machine_extension" "enable-routes" {
settings = <<SETTINGS
{
"fileUris": [
"https://raw.githubusercontent.com/mspnp/reference-architectures/master/scripts/linux/enable-ip-forwarding.sh"
"https://raw.githubusercontent.com/lonegunmanb/reference-architectures/refs/heads/master/scripts/linux/enable-ip-forwarding.sh"
],
"commandToExecute": "bash enable-ip-forwarding.sh"
}
Expand Down

0 comments on commit 5beacc5

Please sign in to comment.