Releases: cloudposse/terraform-aws-ec2-autoscale-group
Releases · cloudposse/terraform-aws-ec2-autoscale-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
v0.13.1
🤖 Automatic Updates
Update context.tf @cloudpossebot (#52)
what
This is an auto-generated PR that updates the context.tf
file to the latest version from cloudposse/terraform-null-label
why
To support all the features of the context
interface.
v0.13.0
minimum required Terraform version bumped to 0.13.0, context.tf updated, readme updated @maximmi (#50)
what
- update context.tf to v0.23.0
- 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
- 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
v0.12.1
🤖 Automatic Updates
Update README.md and docs @cloudpossebot (#49)
what
This is an auto-generated PR that updates the README.md and docs
why
To have most recent changes of README.md and doc from origin templates
v0.12.0
Default alarms require autoscaling policies @nitrocode (#48)
what
- Since the default alarms require autoscaling policies to prefill the alarm_names, both alarms and autoscaling policies need to be enabled
why
- Applies will fail if autoscaling policies are disabled but default alarms are left enabled
references
N/A
v0.11.0
Adding docs @jamengual (#47)
what
- adding example on how to use custom_alarms
why
- more docs is better
v0.10.0
Custom alarms @jamengual (#44)
what
- The type conversion is a bit finicky and if the map does not have the same number of keys there could an error related to the locals not being the same type.
why
- BugFix
references
v0.9.0
Custom Cloudwatch alarms @jamengual (#43)
what
- Add ability to customize alarms for autoscaling
- Add ability to disable default cloudwatch alarms
why
- sometimes EC2 instances need to scale base on ECS, ALB, or another type of cloudwatch alarms