Skip to content

Tags: wesselvdv/terraform-aws-elasticache-redis

Tags

0.9.0

Toggle 0.9.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add cloudwatch ok alarm actions (cloudposse#32)

* add cloudwatch ok alarm actions

* updating readme from makefile

0.8.1

Toggle 0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: update readme yaml and rebuild readme md (cloudposse#29)

0.8.0

Toggle 0.8.0's commit message
Input variable for replication_group_id (cloudposse#28)

* adding an input variable for replication_group_id

* fix formatting

* updating docs

0.7.3

Toggle 0.7.3's commit message
normalize disable method (cloudposse#27)

* normalize disable method

switch variable default to empty string, switch enable bool to check length of zone_id variable

* regenerate readme

0.7.2

Toggle 0.7.2's commit message
Fix bug with dns zone (cloudposse#25)

0.7.1

Toggle 0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support Redis Parameters (cloudposse#24)

* Paramatrise redis

* Update label version

* Update label version

* Update example

* Fix example

Signed-off-by: Igor Rodionov <[email protected]>

* Update variables.tf

* Update terraform.md

* Update README.md

0.7.0

Toggle 0.7.0's commit message
Add auth_token argument (cloudposse#23)

* add auth token

* fmt

* update readme properly

* add auth token generation to readme

0.6.2

Toggle 0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Regenerate README.md (cloudposse#18)

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add working example (cloudposse#17)

* Add working example

* fix regression

* Link to example

* fix formatting

0.6.0

Toggle 0.6.0's commit message
Adding ability to encrypt redis at rest and ability to enable TLS for… (

cloudposse#15)

* Adding ability to encrypt redis at rest and ability to enable TLS for redis

* Including missing files, generate README correctly

* Fix regression on availability_zone variable (wrong default)

* Fixing spacing