Skip to content

Releases: cloudposse/terraform-aws-ec2-autoscale-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

v0.13.1

05 Feb 03:08
0c884c4
Compare
Choose a tag to compare

🤖 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

04 Feb 07:19
8d5ba53
Compare
Choose a tag to compare
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

03 Feb 04:12
b603cd9
Compare
Choose a tag to compare

🤖 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

26 Jan 22:41
6286495
Compare
Choose a tag to compare
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

22 Jan 17:43
b8b679f
Compare
Choose a tag to compare
Adding docs @jamengual (#47)

what

  • adding example on how to use custom_alarms

why

  • more docs is better

v0.10.0

21 Jan 04:22
b6c072f
Compare
Choose a tag to compare
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

20 Jan 17:30
60cc12f
Compare
Choose a tag to compare
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

v0.8.0

12 Jan 02:18
732a41d
Compare
Choose a tag to compare
Terraform 0.14 upgrade @maximmi (#42)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

v0.7.4

25 Dec 02:15
90e2e3d
Compare
Choose a tag to compare

🚀 Enhancements

Terraform 0.14 upgrade @maximmi (#39)

what

  • Upgrade to support Terraform 0.14 and bring up to current Cloud Posse standard

why

  • Support Terraform 0.14

Supersedes and closes #38
Supersedes and closes #40