Releases: cloudposse/terraform-aws-elasticache-redis
Releases · cloudposse/terraform-aws-elasticache-redis
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
+splat
pattern 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
tags
fromaws_cloudwatch_metric_alarm
- Updated
README
why
aws_cloudwatch_metric_alarm
does not havetags
attribute
references
Fix Typo in README.md
0.3.2 Fix Typo in README.md (#6)
Rename Repo
What
- Rename repo
Why
- To conform to community standard: https://www.terraform.io/docs/registry/modules/publish.html
Propagate `attributes` and `tags` from `variables.tf` to `label` module
Propagate attributes
and tags
from variables.tf
to label
module