v2.0.0 - 2019-06-09
- Updated module to support Terraform 0.12 (#8)
- Fixed formatting
- Updated Terraform 0.12
v1.4.0 - 2019-06-09
- Added changelog
v1.3.0 - 2019-03-08
- Merge pull request #6 from asantos-fuze/add-tag-support
- Add tag support for ECS module
v1.2.0 - 2019-03-05
- Updated pre-commit
- Added cluster name to outputs
v1.1.0 - 2019-01-22
- Run pre-commit -a
- Merge pull request #5 from martynova1/patch-2
- Add ARN output to README
- Merge pull request #4 from martynova1/patch-1
- Add arn output
- Merge pull request #3 from andig/typos
- Fix typos
v1.0.0 - 2018-05-20
- Updated README.md
- Added pre-commit hooks with docs
- Merge pull request #2 from terraform-aws-modules/initial-setup
- Use this_ in the outputs
- Fix output when create cluster is false
- Move ec2-instances to main.tf in the example for easier reading
- Add link to examples from the readme
- Remove fixed versions from other dependencies
- Use _ instead of -in the resource name
- Call the resource 'this'
- Fix typo
- Remove version: need to be able to run examples using latest automatically
- Create only ECS resources nothing more
- Adding EC2 instances
- Update all to newest version
- Add infrastructure to the example
- Create ECS cluster
- Initial commit
- Initial commit