HTTP client errors should fail early (and not be retried?) #12723
Labels
bug
upstream/microsoft
Indicates that there's an upstream issue blocking this issue/PR
v/2.x (legacy)
Community Note
Terraform (and AzureRM Provider) Version
Expected Behaviour
When requests to providers end up in HTTP 4xx (client error), it usually means the error won't solve by itself.
Actual Behaviour
However, the current client still retries requests until hitting the max attempts:
References
The text was updated successfully, but these errors were encountered: