diff --git a/quickstart/301-hub-spoke/hub-nva.tf b/quickstart/301-hub-spoke/hub-nva.tf index dfbe00ca..dc9c492c 100644 --- a/quickstart/301-hub-spoke/hub-nva.tf +++ b/quickstart/301-hub-spoke/hub-nva.tf @@ -142,7 +142,7 @@ resource "azurerm_route_table" "spoke1-rt" { route { name = "default" address_prefix = "0.0.0.0/0" - next_hop_type = "vnetlocal" + next_hop_type = "VnetLocal" } tags = { @@ -178,7 +178,7 @@ resource "azurerm_route_table" "spoke2-rt" { route { name = "default" address_prefix = "0.0.0.0/0" - next_hop_type = "vnetlocal" + next_hop_type = "VnetLocal" } tags = {