Closed TaysirTayyab closed 1 year ago
Voting for Prioritization
Volunteering to Work on This Issue
This functionality has been released in v5.6.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 issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Terraform Core Version
1.3.2
AWS Provider Version
4.63.0
Affected Resource(s)
Expected Behavior
Creating route should succeed. If there are failures when trying to read newly created route, they should be retried.
Actual Behavior
When attempting to verify the newly created route, it is not found and an error is returned rather then retry to find the new resource.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Not easily reproduced as it depends on the AWS backend.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
Seems very similar to #25791
Seems slightly similar to #22927
Would you like to implement a fix?
None