Tags: aakash21/terraform-aws-elasticache-redis
Tags
Fix cloudwatch alarm failure to create (cloudposse#56) (cloudposse#77)
add_kms_key_id: Allow user to supply their own kms_key_id (cloudposse#75 ) * add_kms_key_id: Allow user to supply their own kms_key_id Change-Id: I23d1288851301328afaa61686b42d8376d303415 * Updated README.md Co-authored-by: Andy Hibbert <[email protected]> Co-authored-by: actions-bot <[email protected]>
Further TF 0.13.0 support (cloudposse#76) For TF 0.13.0 support: https://github.com/cloudposse/terraform-null-label/releases/tag/0.17.0
[AUTOMATED] Update Version Pinning for Terraform to support 0.13 (clo… …udposse#74) ## What 1. Update Version Pinning for Terraform to support 0.13 ## Why 1. This is a relatively minor update that the CloudPosse module already likely supports. 1. This allows module consumers to not individually update our Terraform module to support Terraform 0.13.
Fix typo on example for 'automatic_failover' (cloudposse#71) * Fix typo on example for 'automatic_failover' * Updated README.md Co-authored-by: actions-bot <[email protected]>
Fix creation of Redis in cluster mode (cloudposse#65) * No number_cache_clusters if cluster_mode_enabled See cloudposse#64 * No explicit AZs in cluster mode * Updated README.md Co-authored-by: actions-bot <[email protected]>
Fix apply_immediately (cloudposse#60) It was declared as a variable, but wasn't actually set on the aws_elasticache_replication_group resource. This commit adds it to the resource, so the changes can be applied immediately Co-authored-by: Maxim Mironenko <[email protected]>
make cluster-enabled mode a bit more automated (cloudposse#59) * feat: add ClusterEnabled: true default parameter (unless overwritten) * fix: endpoint key changes when cluster mode enabled * feat: set number_cache_clusters when in cluster_mode_enabled * chore: terraform fmt
PreviousNext