From c394e5d653fc6bc8a2949b92901b0238e6c07f53 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 13 Apr 2017 16:44:19 -0600 Subject: [PATCH] Update resource_aws_route53_zone_association_test.go --- .../providers/aws/resource_aws_route53_zone_association_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resource_aws_route53_zone_association_test.go b/builtin/providers/aws/resource_aws_route53_zone_association_test.go index bcd84c7ca..7817a113c 100644 --- a/builtin/providers/aws/resource_aws_route53_zone_association_test.go +++ b/builtin/providers/aws/resource_aws_route53_zone_association_test.go @@ -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" {