Open
Description
See https://www.terraform.io/docs/providers/google/r/compute_instance_group.html
Recreating an instance group that's in use by another resource will give a resourceInUseByAnotherResource error. You can avoid this error with a Terraform lifecycle block as outlined in the example below.