Skip to content

Releases: cloudposse/terraform-aws-elasticache-memcached

0.3.0 Convert to TF 0.12. Add tests. Add Codefresh test pipeline

02 Jan 16:28
1fe0eb6
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.2.0

12 Dec 05:13
Compare
Choose a tag to compare
use preferred_availability_zones option instead of availability_zones…

Regenerate README.md

27 Jul 14:04
65a0655
Compare
Choose a tag to compare

what

  • Regenerate README.md

why

  • Previous version of build-harness has some typos

0.1.2

15 Jul 17:38
Compare
Choose a tag to compare
Migrate readme yaml (#3)

Rename Repo

24 Sep 00:34
Compare
Choose a tag to compare

What

  • Rename repo

Why

0.1.0: Implement Memcached Module (#1)

19 Sep 09:05
Compare
Choose a tag to compare
* Init

* Update README.md

* Use label module

* Address PR comments

* Address PR comments