Skip to content

Commit

Permalink
Merge pull request #185 from megaport/fix/aws-fixes
Browse files Browse the repository at this point in the history
fix: change aws port to loc2 for FullEcosystem example
  • Loading branch information
mega-alex authored Nov 20, 2024
2 parents 07d0e9c + 618928f commit 17f32fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/vxc_resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ func (suite *VXCWithCSPsProviderTestSuite) TestFullEcosystem() {
connect_type = "AWS"
company_name = "AWS"
product_name = "Asia Pacific (Sydney) (ap-southeast-2)"
location_id = data.megaport_location.loc3.id
location_id = data.megaport_location.loc2.id
}
resource "megaport_lag_port" "lag_port" {
Expand Down

0 comments on commit 17f32fb

Please sign in to comment.