Closed alexbacchin closed 4 days ago
Voting for Prioritization
For Submitters
Thanks for the fix, @alexbacchin! π
This functionality has been released in v5.76.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!
Description
This PR fixes the
aws_eip
issue when actionReleaseAddress
raises an error andipam_pool_id
is set. The error is not handled because the code enters IPAM eventual consistency check and never exists (until timeout).This simply moves the error handling before the IPAM eventual consistency check
Relations
References
Output from Acceptance Testing