-
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
Race condition w/ subnet destroy in AWS. #357
Comments
Thanks! This is fixed in master. |
@mitchellh I am experiencing the same with terraform just built from master |
Likewise. On Fri, Oct 3, 2014 at 5:57 PM, Panagiotis Moustafellos <
|
Fixed |
This is broken again (or at least the symptom is the same) in v0.3.6.dev. |
I'm running into the same issue. 0.3.6 |
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 use terraform to create a single instance and subnet resource within AWS. Attempting to destroy though one encounters a failure due to race condition. Destruction needs to happen in a synchronous manner. As it is, terraform correctly destroys the instance before the subnet upon which it is dependent but, in AWS, instance destruction is not instantaneous and subnet deletion fails:
The text was updated successfully, but these errors were encountered: