Releases: cloudposse/terraform-aws-ec2-instance-group
Releases · cloudposse/terraform-aws-ec2-instance-group
Update ssh-key-pair version to support Terraform 0.13
Raised version of module for ssh_key_pair (#16) * Raised version of module for ssh_key_pair This module is pointing to version 0.9.0. However 0.9.0 can only be used with Terraform version 0.12. Result is that this module is broken in 0.12.x+ versions, as you can see in the error that i used with a terraform version 0.13.x: ``` Error: Unsupported Terraform Core version on .terraform/modules/instance.ssh_key_pair/versions.tf line 2, in terraform: 2: required_version = "~> 0.12.0" ``` In later versions of the ssh_key_pair module this is fixed, so i raised this version right up to the latest available. * Updated README.md Co-authored-by: actions-bot <[email protected]>
0.7.2
0.7.1: fix: logic of default EIP count (#12)
* fix: logic of default EIP count * fix output
0.7.0: [AUTOMATED] Update Version Pinning for Terraform to support 0.13 (#13)
## 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: Update against single instance module (#9)
* Use 0.16.0 of null-label module * Be kind when launching on auto-assign ipv6 subnets * Bump key-pair module to latest (0.9.0) * Add a `name` output * Allow for a permissions boundry to be set * Hark, a README! * Updated README.md Co-authored-by: actions-bot <[email protected]> Co-authored-by: Erik Osterman <[email protected]>
0.5.1
0.5.0: Updates to ChatOps - Automated commit (#11)
## 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.4.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
0.3.0 Add AWS AMI owner
what
- Add AWS AMI owner
- Bump
terraform-terraform-label
version
why
- Closes #6
- Bumps the version for
terraform-terraform-label
as the existing version generated an invalid label for the AMI profile
0.2.0: Fix count logic for ebs, make variable `region` non-required (#5)
* Fix count logic for ebs, add tags for root device * Update Readme