-
Notifications
You must be signed in to change notification settings - Fork 676
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
instance template destroy error #1886
Comments
if I execute terraform destroy again, then it becomes successful. I have to try terraform destroy two times to clean up as below:
So, it seems that the template was actually destroyed in the first place, but somehow it couldn’t get updated. |
Merged
Fixed in latest release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
If this issue appears to affect multiple resources, it may be an issue with Terraform's core, so please mention this.
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
What should have happened? Destroy without failure.
Actual Behavior
What actually happened? Destroy failure on instance template.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply --auto-approve
terraform destroy --auto-approve
then you can see the above error message.Important Factoids
References
#1875
The text was updated successfully, but these errors were encountered: