Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredfholgate committed Dec 20, 2024
1 parent 72bcd0f commit 201abe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ hub_and_spoke_vnet_virtual_networks = {
}
vpn = {
location = "$${starter_location_01}"
name = "$${primary_virtual_network_gateway_vpn_route_name}"
name = "$${primary_virtual_network_gateway_vpn_name}"
sku = "$${starter_location_01_virtual_network_gateway_sku_vpn}"
ip_configurations = {
default = {
Expand Down Expand Up @@ -406,7 +406,7 @@ hub_and_spoke_vnet_virtual_networks = {
}
vpn = {
location = "$${starter_location_02}"
name = "$${secondary_virtual_network_gateway_vpn_route_name}"
name = "$${secondary_virtual_network_gateway_vpn_name}"
sku = "$${starter_location_02_virtual_network_gateway_sku_vpn}"
ip_configurations = {
default = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ hub_and_spoke_vnet_virtual_networks = {
}
vpn = {
location = "$${starter_location_01}"
name = "$${primary_virtual_network_gateway_vpn_route_name}"
name = "$${primary_virtual_network_gateway_vpn_name}"
sku = "$${starter_location_01_virtual_network_gateway_sku_vpn}"
ip_configurations = {
default = {
Expand Down

0 comments on commit 201abe8

Please sign in to comment.