fix example

This commit is contained in:
zjhe 2024-10-05 08:54:51 +08:00 committed by lonegunmanb
parent 96cd33dea4
commit 1b713632d1

View File

@ -142,7 +142,7 @@ resource "azurerm_route_table" "spoke1-rt" {
route { route {
name = "default" name = "default"
address_prefix = "0.0.0.0/0" address_prefix = "0.0.0.0/0"
next_hop_type = "vnetlocal" next_hop_type = "VnetLocal"
} }
tags = { tags = {
@ -178,7 +178,7 @@ resource "azurerm_route_table" "spoke2-rt" {
route { route {
name = "default" name = "default"
address_prefix = "0.0.0.0/0" address_prefix = "0.0.0.0/0"
next_hop_type = "vnetlocal" next_hop_type = "VnetLocal"
} }
tags = { tags = {