Correct data.aws_route_table filter AWS docs link

This commit is contained in:
James Gregory 2017-01-19 14:22:01 +11:00 committed by GitHub
parent 475bec4c5a
commit 17a9d5f8f2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ More complex filters can be expressed using one or more `filter` sub-blocks,
which take the following arguments:
* `name` - (Required) The name of the field to filter by, as defined by
[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeSecurityGroups.html).
[the underlying AWS API](http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeRouteTables.html).
* `values` - (Required) Set of values that are accepted for the given field.
A Route Table will be selected if any one of the given values matches.