Skip to content

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

0.7.1

14 Aug 08:19
c89de07
Compare
Choose a tag to compare
Use the latest label module to support the terraform 0.13 (#31)

0.7.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#30)

11 Aug 18:58
915c66a
Compare
Choose a tag to compare
## What

1. Update Version Pinning for Terraform to support 0.13

## Why

1. This is a relatively minor update that the CloudPosse module already likely supports.
1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.

0.6.0: Updates to ChatOps - Automated commit (#27)

14 Jul 04:19
ece76ae
Compare
Choose a tag to compare
## What
* Adds chatops commands
  - '/test all'
  - '/test bats'
  - '/test readme'
  - '/test terratest'
* Drops codefresh
* Drops slash-command-dispatch
* Removes codefresh badge
* Rebuilds README

## Why
* Change over from codefresh to GH Actions
* Facilitate testing of PRs from forks

0.5.0 Adds `environment` variable

19 May 04:04
26a90ef
Compare
Choose a tag to compare

what

  • Adds environment variable

why

  • The label module support it
  • Makes it easier to use environment instead of stage to name resources (in some cases), or even two at the same time

0.4.0 Adds mixed instance policy configuration

13 Feb 21:12
e3a99fe
Compare
Choose a tag to compare

what

  • adds mixed instance policy configuration

why

  • allows to use mixed group of on demand/spot of differing types

0.3.0 Add `slash-command-dispatch` GitHub Actions workflow

13 Feb 19:45
4f09e4d
Compare
Choose a tag to compare

what

  • Add slash-command-dispatch GitHub Actions workflow

why

  • In a repo with the GitHub actions workflow present, when a PR is opened, we can comment on the PR with commands /build-readme and /terraform-fmt to rebuild README and format terraform code and push the changes back to the PR repo

0.2.1 Fix `block_duration_minutes` var type

19 Oct 01:39
Compare
Choose a tag to compare

what

  • Fix block_duration_minutes var type

why

  • block_duration_minutes should be of number type

references

0.2.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

25 Sep 17:37
741e646
Compare
Choose a tag to compare

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.1.3

12 Dec 05:11
Compare
Choose a tag to compare
Add tags to launch template (#7)

0.1.2

30 Sep 14:10
4ef0add
Compare
Choose a tag to compare

what

  • Use terraform-terraform-label
  • Fix issues

why

  • terraform-terraform-label does not produce "count cannot be computed" error
  • Fix issues after testing on EKS cluster