-
-
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
Do not use the aws_main_route_table_association & aws_default_route_table together. #95
Comments
Yes, this is a good note, but Am I missing something? |
yeah, it will destroy the routes in the default routing table, unless you define and import them. The docs state:
I think either managing these should be conditional, or not at all? |
value vs problems suggests me to abandon the idea of managing them in this module completely. Will you be able to submit a PR? |
Resolved as part of #111. |
Uses a data source to retrieve and preserve the routes that are currently associated with the route table. This works around prior problems with supporting this resource, as described in terraform-aws-modules#95. Fixes terraform-aws-modules#146
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. |
As per the warning in the docs.
https://www.terraform.io/docs/providers/aws/r/default_route_table.html
The text was updated successfully, but these errors were encountered: