Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 572 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 572 Bytes

terraform-aws-route

Terraform Module to create multiple routes to one Route table

Inputs

Name Description Type Default Required
route_table_id Route table ID to search for string null no
route_table_lookup_tags Map of tags to lookup Route Table map(string) {} no
routes List of routes to be added to route table list(string) [] no
transit_gateway_id ID of Transit Gateway to associate route to string "" no

Outputs

No output.