mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-26 06:02:09 -04:00
Documentation for the `aws_route_table` data source mentions that it supports a route table `id` as an argument, however it was missing from the actual provider code. Adds in the missing provider code, adds a test, and updates the documentation to use `rtb_id` as the argument, instead of the more ambiguous `id`.