-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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: retry find the association in resourceNetworkACLAssociationRead #26838
fix: retry find the association in resourceNetworkACLAssociationRead #26838
Conversation
Hello @ewbankkit, what is the process to get this PR merged? Is something missing from my PR to have this accepted? |
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.
Looks good! 🚀
--- PASS: TestAccVPCNetworkACLAssociation_disappears_NACL (65.02s)
--- PASS: TestAccVPCNetworkACLAssociation_disappears (66.04s)
--- PASS: TestAccVPCNetworkACLAssociation_disappears_Subnet (67.43s)
--- PASS: TestAccVPCNetworkACLAssociation_associateWithDefaultNACL (73.75s)
--- PASS: TestAccVPCNetworkACLAssociation_basic (74.16s)
--- PASS: TestAccVPCNetworkACLAssociation_twoAssociations (78.67s)
Signed-off-by: Ringo De Smet <ringo@de-smet.name>
Signed-off-by: Ringo De Smet <ringo@de-smet.name>
This functionality has been released in v4.59.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. |
Signed-off-by: Ringo De Smet ringo@de-smet.name
Community Note
Fixes #23142
Similar to this comment, we have frequent errors returning:
Error: error reading EC2 Network ACL Association (aclassoc-XXXXX): empty result
The change wraps a retry around the function to find the network acl association, until the
propagationTimeout
(currently 2 minutes). This lowers the nr ofemtpy result
cases for the network acl association drastically in the setups where we encountered this previously.Output from acceptance testing: