Terraform Module to create multiple routes to one Route table
| 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 |
No output.