move this test to new region
This commit is contained in:
parent
d157eea2e3
commit
7f3c8e4765
|
@ -72,7 +72,7 @@ func testAccDataSourceAwsRoute53ZoneCheck(rsName, dsName, zName string) resource
|
||||||
func testAccDataSourceAwsRoute53ZoneConfig(rInt int) string {
|
func testAccDataSourceAwsRoute53ZoneConfig(rInt int) string {
|
||||||
return fmt.Sprintf(`
|
return fmt.Sprintf(`
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
region = "us-east-2"
|
region = "us-east-1"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "aws_vpc" "test" {
|
resource "aws_vpc" "test" {
|
||||||
|
|
Loading…
Reference in New Issue