Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Terraform Core Version
v1.3.7
AWS Provider Version
v4.52.0
Affected Resource(s)
aws_lambda_function
Expected Behavior
The create operation should fail as soon as an error indicating the function name already exists is returned. For example,
ResourceConflictException: Function already exist: hello_lambda
Actual Behavior
The create operation continues until eventually timing out.
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
terraform apply
.Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None