Skip to content

Releases: cloudposse/terraform-aws-ec2-autoscale-group

v0.21.0

25 Mar 23:44
a9bc4c9
Compare
Choose a tag to compare
Expose metadata HTTP tokens @alexjurkiewicz (#56)

Expose aws_launch_template -> metadata_options -> http_tokens.

v0.20.0

25 Mar 23:29
9fce563
Compare
Choose a tag to compare
add desired_capacity settings @dmitriy-lukyanchikov (#37)

what

  • add desired_capacity settings

why

  • sometimes useful to set add var.desired_capacity

references

v0.19.0

25 Mar 23:25
bd5dd54
Compare
Choose a tag to compare
Feature/additional tag specifications @tthayer (#34)

what

  • Adds additional tag_specification blocks

why

  • Spot requests are not currently getting tagged

references

v0.18.0

25 Mar 23:15
a55d1ca
Compare
Choose a tag to compare
readme: Add block_device_mappings example @nitrocode (#59)

what

  • Provide a basic example of var.block_device_mappings provided by @kskewes

why

  • It's not clear how to use var.block_device_mappings and this should clear it up

references

  • Should close #18

v0.17.0

25 Mar 23:15
01dc8b3
Compare
Choose a tag to compare
Add max_instance_lifetime @nitrocode (#61)

what

  • Add max_instance_lifetime

why

  • This allows a maximum amount of time that an instance can be in service. With this value set, we can make sure that these instances will rotate after a certain period of time.

references

N/A

v0.16.2

25 Mar 04:07
779457b
Compare
Choose a tag to compare

🚀 Enhancements

var.use_name_prefix @nitrocode (#60)

what

  • Toggles between name and name_prefix asg arguments
  • Affects aws_autoscaling_group and not the aws_launch_template

Followed similar

https://github.com/cloudposse/terraform-aws-security-group/blob/c090804ba938edf434b660e771527ce7d94a52f4/main.tf#L4-L5

why

  • To backport existing resources to use this module without recreating resources

references

v0.16.1

24 Mar 15:18
6db8253
Compare
Choose a tag to compare

🚀 Enhancements

readme: Change string bool to bool @nitrocode (#57)

what

  • Tiny changes in readme

why

  • > tf 12 appeal

references

N/A

v0.16.0

01 Mar 13:27
94471be
Compare
Choose a tag to compare
Fix README formatting @alexjurkiewicz (#54)

what

  • Describe high-level what changed as a result of these commits (i.e. in plain-english, what do these changes mean?)
  • Use bullet points to be concise and to the point.

why

  • Provide the justifications for the changes (e.g. business case).
  • Describe why these changes were made (e.g. why do these commits fix the problem?)
  • Use bullet points to be concise and to the point.

references

  • Link to any supporting github issues or helpful documentation to add some context (e.g. stackoverflow).
  • Use closes #123, if this PR closes a GitHub issue #123

v0.15.0

22 Feb 19:51
00268b8
Compare
Choose a tag to compare
Add support for the instance_refresh block @msmagoo87 (#53)

what

why

  • Allow the specification of an instance refresh criteria on the Autoscaling Group

v0.14.0

09 Feb 02:28
fcd7607
Compare
Choose a tag to compare
context.tf updated to v0.24.1, minimum required Terraform version bumped to 0.13.0 when needed, readme updated @maximmi (#51)

what

  • update context.tf to v0.24.1
  • minimum required Terraform version bumped to 0.13.0
  • readme updated, Bridgecrew compliance badges added

why

  • It allows for setting the letter case of tag names and labels, back compatibility with context v0.22.0 and below
  • we have dropped support for Terraform 0.12
  • To be able see and fix the recommendations from Bridgecrew so we can position our modules as standards compliant