diff --git a/internal/teste2e/testing.go b/internal/teste2e/testing.go index 491dabdda..7475b6d72 100644 --- a/internal/teste2e/testing.go +++ b/internal/teste2e/testing.go @@ -35,10 +35,10 @@ var ( TestLoadBalancerType = "lb11" // TestDataCenter is the default datacenter where we execute our tests. - TestDataCenter = getEnv("TEST_DATACENTER", "hel1-dc2") + TestDataCenter = getEnv("TEST_DATACENTER", "nbg1-dc3") // TestLocationName is the default location where we execute our tests. - TestLocationName = getEnv("TEST_LOCATION", "hel1") + TestLocationName = getEnv("TEST_LOCATION", "nbg1") ) func ProtoV6ProviderFactories() map[string]func() (tfprotov6.ProviderServer, error) {