-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
Fix Default Route Table #62
Conversation
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please see comments
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The aws_subnet_ids
resource has been deprecated, and we should use aws_subnets
instead.
Although aws_route_table
has not been deprecated, we should probably use aws_route_tables
instead, as it has the cleaner, more modern interface.
We can fix the original bug by looking up the default route table and using it if no route table is found to be associated with the subnet.
This Pull Request has been updated, so we're dismissing all reviews.
I believe I addressed your comments. using We we're already using |
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backtracking on removing sort
for data from data sources, since it seems to work. See other comments.
This Pull Request has been updated, so we're dismissing all reviews.
/test all |
/test all |
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Benbentwo a few nitpicks
Co-authored-by: Andriy Knysh <aknysh@users.noreply.github.com>
/test all |
Co-authored-by: Nuru <Nuru@users.noreply.github.com>
This Pull Request has been updated, so we're dismissing all reviews.
/test all |
what
accepter
, GitHub actions, LICENSE, README #44 which introduced a bug when using default routing tablereferences