Skip to content
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

Deleting autoscalinggroup with instances fails #435

Closed
mitchellh opened this issue Oct 17, 2014 · 1 comment
Closed

Deleting autoscalinggroup with instances fails #435

mitchellh opened this issue Oct 17, 2014 · 1 comment

Comments

@mitchellh
Copy link
Contributor

module.binstore.aws_autoscaling_group.binstore: Error: ResourceInUse: You cannot delete an AutoScalingGroup while there are instances or pending Spot instance request(s) still in the group.

I guess we need to actually set desired_capacity to 0 and wait for it to update before destroying.

@mitchellh
Copy link
Contributor Author

Fixed

@ghost ghost locked and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant