-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using create_multiple_public_route_tables = true
only creates an internet gateway route on one route table.
#1087
Comments
Good day, I have the same problem, a single route is created that is attached only to the first route-table, if you have "create_multiple_public_route_tables" activated, no more routes are generated for each of the Azs @bryantbiggs Is there any PR designed to solve this problem? |
Would love to see this PR merged. Makes it hard to choose this module for HA architectures. |
This issue has been resolved in version 5.11.0 🎉 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
When using the
create_multiple_public_route_tables
option, it creates separate route tables as needed, but only the first one has a route to the internet gateway on 0.0.0.0/0.Versions
Module version [Required]:
5.8.1
Terraform version:
Reproduction Code [Required]
Steps to reproduce the behavior:
terraform init
terraform apply
Expected behavior
I would expect the routes output to show a route for 0.0.0.0/0 to the IGW.
Actual behavior
Only 1 route table has the 0.0.0.0/0 route to the IGW
Terminal Output Screenshot(s)
The text was updated successfully, but these errors were encountered: