-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Partial failure of provider fails to taint resource #434
Comments
On a subsequent |
Notes: it looks like we need to set the resource as tainted if there are provisioners and there was an error from the initial I don't think it is tainted if there are no provisioners, or its not a creation event. Terraform is meant to handle partial state, so this should work fine. But due to us throwing away connection info, this results in a broken partial state for this case. Thoughts @armon? |
Fixed in line to my comment above |
Sounds right to me |
Droplet was created, but provisioner was never run.
The text was updated successfully, but these errors were encountered: