move this test to new region

This commit is contained in:
clint shryock 2017-04-19 17:20:44 -05:00
parent d157eea2e3
commit 7f3c8e4765
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ func testAccDataSourceAwsRoute53ZoneCheck(rsName, dsName, zName string) resource
func testAccDataSourceAwsRoute53ZoneConfig(rInt int) string {
return fmt.Sprintf(`
provider "aws" {
region = "us-east-2"
region = "us-east-1"
}
resource "aws_vpc" "test" {