Skip to content

Instantly share code, notes, and snippets.

@bernadinm
Created August 31, 2017 20:47
Show Gist options
  • Save bernadinm/b60192c49c406df7a2c6c2ce4795331e to your computer and use it in GitHub Desktop.
Save bernadinm/b60192c49c406df7a2c6c2ce4795331e to your computer and use it in GitHub Desktop.
Error applying plan:
1 error(s) occurred:
* azurerm_public_ip.node_load_balancer_public_ip: 1 error(s) occurred:
* azurerm_public_ip.node_load_balancer_public_ip: network.PublicIPAddressesClient#CreateOrUpdate: Failure responding to request: StatusCode=429 -- Original Error: autorest/azure: Service returned an error. Status=429 Code="RetryableError" Message="A retryable error occurred." Details=[{"code":"RetryableErrorDueToAnotherOperation","message":"Operation PutPublicIpAddressOperation (ed2bba16-9c2f-41fb-a881-79052f54cf87) is updating resource /subscriptions/b1ed8f2f-ceda-41d5-a0a8-95960b5340c2/resourceGroups/deleteme-038e/providers/Microsoft.Network/publicIPAddresses/lb-ip. The call can be retried in 14 seconds."}]
Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment