We are using terraform to schedule more containers to ECS cluster
The problem is that a new deployment (terraform apply) will make the scheduled containers to be terminated
i.e if we schedule more containers to 15 PM and scale down to 20 PM, if we run terraform apply at 16 PM - the containers launched at 15 PM will be terminated
any suggestions?