Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Jun 26, 2021
1 parent 1b344e2 commit 054a137
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ resource "azurerm_express_route_circuit_connection" "test" {
name = "acctest-ExpressRouteCircuitConn-%d"
peering_id = azurerm_express_route_circuit_peering.test.id
peer_peering_id = azurerm_express_route_circuit_peering.peer_test.id
address_prefix_ipv4 = "192.169.9.0/29"
address_prefix_ipv4 = "192.169.8.0/29"
authorization_key = "846a1918-b7a2-4917-b43c-8c4cdaee006a"
}
`, r.template(data), data.RandomInteger)
Expand All @@ -158,7 +158,7 @@ resource "azurerm_express_route_port" "test" {
name = "acctest-erp-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
peering_location = "Equinix-Seattle-SE2"
peering_location = "CDC-Canberra2"
bandwidth_in_gbps = 10
encapsulation = "Dot1Q"
}
Expand All @@ -180,7 +180,7 @@ resource "azurerm_express_route_port" "peer_test" {
name = "acctest-erp2-%d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
peering_location = "Allied-Toronto-King-West"
peering_location = "CDC-Canberra"
bandwidth_in_gbps = 10
encapsulation = "Dot1Q"
}
Expand Down

0 comments on commit 054a137

Please sign in to comment.