From 86b15f1a9f6c4ff51e23092922a774c37770309f Mon Sep 17 00:00:00 2001 From: zjhe Date: Sat, 5 Oct 2024 08:54:51 +0800 Subject: [PATCH] fix example --- quickstart/301-hub-spoke/hub-nva.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = {