data_source_aws_ec2_transit_gateway_route_table list output ids #12373
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
new-data-source
Introduces a new data source.
service/ec2
Issues and PRs that pertain to the ec2 service.
Milestone
Community Note
Description
Request enhancement or create new data module for getting the list of transit gateway route table ids.
I would like to have the equivalent functionality that exists in the cli tool for describe-transit-gateway-route-tables to generate a list of tgw route table ids. The output result should allow other resource modules to modify content within each route table id.
The use case is a situation where we need to change a specific route to an attachment for a list tgw route tables. Each tgw route table would be modified depending on the readiness of service behind the specific attachment.
aws ec2 describe-transit-gateway-route-tables --filters Name="transit-gateway-id",Values="tgw-xxxxxxxxxxxxxxxx"
New or Affected Resource(s)
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: