Merge pull request #13646 from hashicorp/p-aws-route53-test-fix

Update resource_aws_route53_zone_association_test.go
This commit is contained in:
Matthew Frahry 2017-04-14 08:23:53 -06:00 committed by GitHub
commit 2ff8d58020
1 changed files with 1 additions and 0 deletions

View File

@ -207,6 +207,7 @@ resource "aws_route53_zone" "foo" {
provider = "aws.west"
name = "foo.com"
vpc_id = "${aws_vpc.foo.id}"
vpc_region = "us-west-2"
}
resource "aws_route53_zone_association" "foobar" {