Update resource_aws_route53_zone_association_test.go

This commit is contained in:
Matthew Frahry 2017-04-13 16:44:19 -06:00 committed by GitHub
parent 0bd8c7acb2
commit c394e5d653
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" {