Releases: cloudposse/terraform-aws-ec2-autoscale-group
Releases · cloudposse/terraform-aws-ec2-autoscale-group
v0.21.0
Expose metadata HTTP tokens @alexjurkiewicz (#56)
Expose aws_launch_template -> metadata_options -> http_tokens.
v0.20.0
add desired_capacity settings @dmitriy-lukyanchikov (#37)
what
- add desired_capacity settings
why
- sometimes useful to set add
var.desired_capacity
references
- closes #29
v0.19.0
v0.18.0
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
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
🚀 Enhancements
var.use_name_prefix @nitrocode (#60)
what
- Toggles between
name
andname_prefix
asg arguments - Affects
aws_autoscaling_group
and not theaws_launch_template
Followed similar
why
- To backport existing resources to use this module without recreating resources
references
- Closes #28
v0.16.1
🚀 Enhancements
readme: Change string bool to bool @nitrocode (#57)
what
- Tiny changes in readme
why
> tf 12
appeal
references
N/A
v0.16.0
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
Add support for the instance_refresh block @msmagoo87 (#53)
what
- Add support for the instance_refresh block (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/autoscaling_group#instance_refresh)
why
- Allow the specification of an instance refresh criteria on the Autoscaling Group
v0.14.0
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