[Bug]: aws_route_table - error reading Route Table (...): couldn't find resource #31895
Labels
bug
Addresses a defect in current functionality.
service/vpc
Issues and PRs that pertain to the vpc service.
Milestone
Terraform Core Version
1.2.9
AWS Provider Version
4.67.0
Affected Resource(s)
Expected Behavior
aws_route_table
resource should have been created without errorActual Behavior
creation failed because resource cannot be found (because of eventual consistency of AWS API) - similarly to #21629 & #30993
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Create the resource in a loop run repeatedly ideally tens or hundreds of times until you hit this AWS race/eventual consistency bug
Debug Output
No response
Panic Output
No response
Important Factoids
We are hitting this issue consistently. There is already a PR #30999 fixing this issue but as it lacks attention, I have created this issue with hope the PR can can more traction to merged in soon.
References
Similar to #30993
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: