-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting too often RetryableError while VM provisioning #11257
Comments
I have seen this to. I've seen it happen right after reporting success, then not recording the VM in state, even though it exist. It also seems to fail pretty quick like it is not retrying to retryable error. Anecdotally, reducing parallelism to 5 seems to help prevent the issue, however I can't say it resolves it entirely. |
We are seeing this error often when creating a VM/attaching a disk to a VM using the
Based on this it kinda seems like the retry needs to happen at the resource level since Azure is returning a 200 in this case (from #5502 (comment)) and expecting the caller to poll until the state is good. I can PR this if there is consensus that this is the appropriate solution 😄 |
Still seeing this on AzureRM 3, so not just a legacy issue. |
Similar to #21293 |
Community Note
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_XXXXX
Terraform Configuration Files
Debug Output
Panic Output
Expected Behaviour
VM should be provisioned with no error. This error doesn't happend every time, it's intermittent but I would like to get rid of it.
Actual Behaviour
VM is getting provisioned with below error message:
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: