Releases: cloudposse/terraform-aws-elasticache-redis
Releases · cloudposse/terraform-aws-elasticache-redis
0.6.1: Add working example (#17)
* Add working example * fix regression * Link to example * fix formatting
0.6.0
Fix readme
- Fix avatars links
 - Fix link on badge 
release 
0.5.1: (Migrate to README.yaml format)
what
- Add 
README.yaml 
why
- Standardize README
 
Add engine_version to replication group resource
Adding engine_version to elasticache replication group arguments (#12) * adding engine_version to elasticache replication group * changing default engine_version to 4.0.10 This is the newest available engine version available for Redis Elasticache. * setting default family to redis4.0
0.4.3
0.4.2: Upgrade null-label to 0.3.2 (#10)
Addresses warnings in TF 0.11.x
Support Disabled Outputs
what
- Use 
join+splatpattern for outputs which can be disabled 
why
- Cannot reference resources that have been disabled with 
count=0 
Add enabled flag
what
Add enabled flag
why
Allow the module to be conditionally included
0.3.3
Fix tags
what
- Removed 
tagsfromaws_cloudwatch_metric_alarm - Updated 
README 
why
aws_cloudwatch_metric_alarmdoes not havetagsattribute