-
Notifications
You must be signed in to change notification settings - Fork 9.5k
bump default timeout for Transit Gateway Route Table Association to 15m #42738
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
base: main
Are you sure you want to change the base?
Conversation
Community GuidelinesThis comment is added to every new Pull Request to provide quick reference to how the Terraform AWS Provider is maintained. Please review the information below, and thank you for contributing to the community that keeps the provider thriving! 🚀 Voting for Prioritization
Pull Request Authors
|
✅ Thank you for correcting the previously detected issues! The maintainers appreciate your efforts to make the review process as smooth as possible. |
Notes from triage: The linked issue requests to add configurable timeouts rather than extending the default timeout, so I'm not sure the PR in its current state would satisfy that request. |
Thank you for reviewing the PR. I had some doubts regarding the implementation and had shared a comment I initially considered modifying both That made me unsure whether this would be the most appropriate or stylistically consistent approach. I’d really appreciate any feedback or suggestions on the best way to proceed. |
Description
This increases
create
wait timeouts foraws_ec2_transit_gateway_route_table_association
from 5 minutes to 15 minutes to accommodate longer association times without failures.Relations
Closes #42705
Output from Acceptance Testing