Releases: cloudposse/terraform-aws-elasticache-memcached
Releases · cloudposse/terraform-aws-elasticache-memcached
0.3.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.2.0
Regenerate README.md
what
- Regenerate
README.md
why
- Previous version of build-harness has some typos
0.1.2
Rename Repo
What
- Rename repo
Why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
0.1.0: Implement Memcached Module (#1)
* Init * Update README.md * Use label module * Address PR comments * Address PR comments