mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 14:13:16 -06:00
Correct data.aws_route_table filter AWS docs link
This commit is contained in:
parent
475bec4c5a
commit
17a9d5f8f2
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user