Skip to content

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

Update ssh-key-pair version to support Terraform 0.13

13 Oct 14:31
8bae778
Compare
Choose a tag to compare
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

18 Aug 08:46
85fab8c
Compare
Choose a tag to compare
[AUTOMATED] Update terraform-null-label versions to support Terraform…

0.7.1: fix: logic of default EIP count (#12)

14 Aug 16:23
73f9a1d
Compare
Choose a tag to compare
* fix: logic of default EIP count

* fix output

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

11 Aug 14:03
6d3534d
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: Update against single instance module (#9)

15 Jul 05:17
43495fd
Compare
Choose a tag to compare
* 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

15 Jul 05:08
058b482
Compare
Choose a tag to compare
fix: logic of additional EBS count (#10)

0.5.0: Updates to ChatOps - Automated commit (#11)

14 Jul 04:30
94518a1
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.4.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

18 Jul 17:38
27190f9
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.3.0 Add AWS AMI owner

10 May 18:17
Compare
Choose a tag to compare

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)

25 Jan 09:13
Compare
Choose a tag to compare
* Fix count logic for ebs, add tags for root device

* Update Readme