Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Oct 5, 2024
1 parent ddfedda commit 86b15f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quickstart/301-hub-spoke/hub-nva.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down Expand Up @@ -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 = {
Expand Down

0 comments on commit 86b15f1

Please sign in to comment.