Releases: cloudposse/terraform-aws-ec2-autoscale-group
Releases · cloudposse/terraform-aws-ec2-autoscale-group
0.7.2
fix: update aws provider version for dep (#32) * fix: update aws provider version for dep * Update versions.tf Co-authored-by: Vladimir <[email protected]> * Updated README.md Co-authored-by: Vladimir <[email protected]> Co-authored-by: actions-bot <[email protected]>
0.7.1
0.7.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#30)
## 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)
## 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
what
- Adds
environment
variable
why
- The label module support it
- Makes it easier to use
environment
instead ofstage
to name resources (in some cases), or even two at the same time
0.4.0 Adds mixed instance policy configuration
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
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
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
what
- Port module to Terraform 0.12
- Pin all providers
- Add example for testing
- Add
bats
andterratest
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