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
I have a readonly google_compute_disk that's attached to multiple instances. When I do terraform destroy, I get an Error detaching disk error, noting that an instance was not found. If I run delete a second time, it succeeds.
I'm using v0.11.8.
Further details:
The disk is defined in the top-level main.tf
The disk is used by an instance template within a managed instance group, within a submodule.
In order to pass the disk into the submodule, I pass it by name (since I can't get a reference to the resource in the submodule)
The text was updated successfully, but these errors were encountered:
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.
ghost
locked and limited conversation to collaborators
Aug 13, 2019
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Re Issue #8667, PR #14651
I have a readonly
google_compute_disk
that's attached to multiple instances. When I doterraform destroy
, I get anError detaching disk
error, noting that an instance was not found. If I run delete a second time, it succeeds.I'm using v0.11.8.
Further details:
main.tf
The text was updated successfully, but these errors were encountered: