Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 13 Sep 17:44
· 5 commits to refs/heads/main since this release
Adding the ability to change the instance reuse policy in an autoscale group @ekawas-vrify (#46) ## what

Adding 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.

references