Skip to content

Commit d58783c

Browse files
committed
fix list documentation
1 parent c992b0a commit d58783c

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

website/docs/list-resources/route53_zone_association.html.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ Lists Route 53 Zone Association resources.
1515
```terraform
1616
list "aws_route53_zone_association" "example" {
1717
provider = aws
18+
19+
config {
20+
vpc_id = aws_vpc.example.id
21+
}
1822
}
1923
```
2024

2125
## Argument Reference
2226

2327
This list resource supports the following arguments:
2428

25-
* `region` - (Optional) Region to query. Defaults to provider region.
29+
* `vpc_id` - (Required) ID of the VPC to list hosted zone associations for.
30+
* `vpc_region` - (Optional) Region of the VPC. Defaults to the provider region.

0 commit comments

Comments
 (0)