Terminate ecs instances when renaming ecs cluster #8152
Labels
question
A question about existing functionality; most questions are re-routed to discuss.hashicorp.com.
service/ecs
Issues and PRs that pertain to the ecs service.
When i rename an ECS cluster, terraform timeout while waiting for the cluster to be destroyed.
The issue is because EC2 instances were never terminated. Once i manually terminate it, terraform is able to continue as usual. These instances were started by an Auto-scaling group.
I think there is no dependency from these EC2 instances to the terraform managed resource, so the instances are not being deleted.
What should i do to make terraform "see" these instances.
The text was updated successfully, but these errors were encountered: