-
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
Post terraform destroy
errors
#3377
Comments
Can you provide a config used (minus any secrets), so we can reproduce it? I think it may be related to #2892 |
@radeksimko The config is very large and spans many files. Would be difficult to dump as text here and I do not think I can give you access to our private repo. Is there a subset of the configuration that would be useful? |
@jasonkuhrt I just merged #3393 , would you mind pulling down the latest version, building from source and confirming that it has fixed the issue? |
I will try this Monday. |
@radeksimko To avoid fumbling around can you explain or link me to instructions for building from source. |
@jasonkuhrt Try following this part of the readme: https://github.com/hashicorp/terraform#developing-terraform |
I'd like to mention I've been having this |
oh, I should mention that it not only locks up this way with |
@radeksimko HEAD seems to have fixed this:
|
@jasonkuhrt Thanks for testing it! I will close this one then. @josephholsten Can you please create a new issue and attach a reproduction case? |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I'm using Atlas to manage state. After running
terraform destroy
locally I finish with the error pasted below. The actual destruction appears to complete so I'm not sure what this error is all about. What's going on? Seems like a bug to me.The text was updated successfully, but these errors were encountered: