·
7 commits
to refs/heads/main
since this release
Adding the ability to change the instance reuse policy in an autoscale group @ekawas-vrify (#46)
## whatAdding the ability to set the instance_reuse_policy so that warm pools can reuse instances on scale in if wanted.
why
I needed to be able to reuse my instances in a warm pool because the base images are quite large. The terraform-aws-ec2-autoscale-group module already supports it and this change exposes it.