You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
0.11.0
Affected Resource(s)
at least, but may happen on other resources:
google_compute_instance
Terraform Configuration Files
# Copy-paste your Terraform configurations here - for large Terraform configs,# please use a service like Dropbox and share a link to the ZIP file. For# security, you can also encrypt the files using our GPG public key.
Debug Output
1 error(s) occurred:
* google_compute_instance.main: Error waiting for instance to delete: timeout while waiting for state to become 'DONE' (last state: 'RUNNING', timeout: 4m0s)
Expected Behavior
terraform should wait long enough at destruction time
Actual Behavior
it exited before the deletion completion, and leaved a terraform.tfstate file not consistent with the gce state
Steps to Reproduce
Hard to do unfortunately — I guess it depends a lot on the gce load
Proposed fix
I'm quite sure I'm missing a lot of side effects, but this could be a simple fix for this issue:
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 30, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
0.11.0
Affected Resource(s)
at least, but may happen on other resources:
Terraform Configuration Files
Debug Output
Expected Behavior
terraform should wait long enough at destruction time
Actual Behavior
it exited before the deletion completion, and leaved a terraform.tfstate file not consistent with the gce state
Steps to Reproduce
Hard to do unfortunately — I guess it depends a lot on the gce load
Proposed fix
I'm quite sure I'm missing a lot of side effects, but this could be a simple fix for this issue:
The text was updated successfully, but these errors were encountered: