Update resource_aws_route53_zone_association_test.go
This commit is contained in:
parent
0bd8c7acb2
commit
c394e5d653
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue