-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
vpc: Problem creating multiple managed prefix list entries #25046
Conversation
Hi,
|
Feels like we should add in in a mutex which locks on Something like: |
8b1da87
to
c1c13cd
Compare
@windowlistener @taliesins Huge thanks for your thoughts! I've updated the PR with mutexes and better retry logic for both create and delete. I think 🤞 this should resolve the issue. The test works well at the very least. |
This functionality has been released in v4.19.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #21835
Seems like this should be straightforward but now it's giving a new error. Anyone have thoughts?
Output from acceptance testing: