Skip to content

Releases: terraform-community-modules/tf_aws_ecs

CircleCI Added to module

16 Aug 17:49
Compare
Choose a tag to compare

This is release is mostly to denote that CircleCI was added to help us release more stable versions, and that this version itself is stable.

Fixes Syntax errors in v2.0.0

27 Jul 13:36
Compare
Choose a tag to compare
Fix expected expression but found "[" (#12)

* fix expected expression but found "["

* security_groups need to be a list.

* Remove extra var

* Fix wrong explanation

v2.1.0

26 Jul 13:23
Compare
Choose a tag to compare
Allow people to override user_data and name_prefix. (#9)

* Allow people to override user_data and name_prefix.

* Forgot to add the data file.

* Address PR comments. Update the README accordingly.

* Typo.

* Formatting.

v2.0.0: Allow each instance to have a public IP assigned via LC. (#5)

10 Jul 15:43
Compare
Choose a tag to compare

This adds the ability to pass associate_public_ip_address as a parameter. This is being released as a major release as it changes the behavior of this module. It no longer inherits the default from the VPC.