Skip to content

Instantly share code, notes, and snippets.

@jonmosco
Created April 5, 2017 16:49
Show Gist options
  • Save jonmosco/8f191afa71153071f55bc41b446b1d0e to your computer and use it in GitHub Desktop.
Save jonmosco/8f191afa71153071f55bc41b446b1d0e to your computer and use it in GitHub Desktop.
Error applying plan:
1 error(s) occurred:
* azurerm_lb_rule.etcd-lb: Error Creating/Updating LoadBalancer network.LoadBalancersClient#CreateOrUpdate: Failure responding to request: StatusCode=429 -- Original Error: autorest/azure: Service returned an error. Status=429 Code="RetryableError" Message="A retryable error occured." Details=[{"code":"ReferencedResourceNotProvisioned","message":"Cannot proceed with operation because resource /subscriptions/c0aad578-8ec1-4b5b-8bae-8cb571e6666b/resourceGroups/tectonic-cluster-my-call-cluster/providers/Microsoft.Compute/availabilitySets/my-call-cluster-etcd used by resource my-call-cluster-etcd-lb is not in Succeeded state. Resource is in Updating state and the last operation that updated/is updating the resource is InternalOperation."}]
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