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
google_compute_instance_group.instance_group: Error deleting InstanceGroup: googleapi: Error 400: The instance_group resource 'projects/graphite-test-danahoffman-tf/zones/us-central1-c/instanceGroups/b-112171976' is already being used by 'projects/graphite-test-danahoffman-tf/global/backendServices/b-112171976', resourceInUseByAnotherResource
Steps to Reproduce
terraform apply
Change the name of the instance group
terraform apply
Important Factoids
N/A
References
N/A
I think we probably want to handle this in a similar way to how we detach disks from instances before deleting them.
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 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
Jan 10, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform v0.11.7
provider.google (unversioned)
Affected Resource(s)
(probably also google_compute_region_backend_service)
Terraform Configuration Files
Debug Output
https://gist.github.com/danawillow/6962cbf60fdd78691d99fd610e5dbaf5
Panic Output
N/A
Expected Behavior
The instance group was deleted
Actual Behavior
google_compute_instance_group.instance_group: Error deleting InstanceGroup: googleapi: Error 400: The instance_group resource 'projects/graphite-test-danahoffman-tf/zones/us-central1-c/instanceGroups/b-112171976' is already being used by 'projects/graphite-test-danahoffman-tf/global/backendServices/b-112171976', resourceInUseByAnotherResource
Steps to Reproduce
terraform apply
terraform apply
Important Factoids
N/A
References
N/A
I think we probably want to handle this in a similar way to how we detach disks from instances before deleting them.
The text was updated successfully, but these errors were encountered: