mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 06:03:06 -06:00
provider/aws: Fix RouteTable data source test (#11410)
Fixes the `TestAccDataSourceAwsRouteTable_main` acceptance test. ``` === RUN TestAccDataSourceAwsRouteTable_main --- PASS: TestAccDataSourceAwsRouteTable_main (11.19s) ```
This commit is contained in:
parent
083f8b29cc
commit
1c805c49b0
@ -189,5 +189,9 @@ data "aws_route_table" "by_filter" {
|
||||
name = "association.main"
|
||||
values = ["true"]
|
||||
}
|
||||
filter {
|
||||
name = "vpc-id"
|
||||
values = ["vpc-6bd70802"]
|
||||
}
|
||||
}
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user