Skip to content

Releases: terraform-aws-modules/terraform-aws-elasticache

v1.4.1

02 Dec 14:56
Compare
Choose a tag to compare

1.4.1 (2024-12-02)

Bug Fixes

  • Change cloudwatch log group output to include all created log groups (#19) (cdc870e)

v1.4.0

29 Nov 17:46
Compare
Choose a tag to compare

1.4.0 (2024-11-29)

Features

v1.3.0

17 Oct 15:25
Compare
Choose a tag to compare

1.3.0 (2024-10-17)

Features

  • Support aws_elasticache_user_group_association.timeouts and aws_elasticache_replication_group.cluster_mode (#21) (1135640)

Bug Fixes

  • Update CI workflow versions to latest (#20) (1bd81be)

v1.2.4

01 Oct 17:31
Compare
Choose a tag to compare

1.2.4 (2024-10-01)

Bug Fixes

  • Correct output attribute mis-spelling (#18) (a4940aa)

v1.2.3

09 Sep 14:15
Compare
Choose a tag to compare

1.2.3 (2024-09-09)

Bug Fixes

  • Fix cache_usage_limits issue when empty map (default value) is provided. (#13) (2a02a2c)

v1.2.2

04 Aug 13:36
Compare
Choose a tag to compare

1.2.2 (2024-08-04)

Bug Fixes

  • Argument replication_group_id conflicts with engine and log_delivery_configuration (#10) (97bc4b5)

v1.2.1

03 Aug 14:18
Compare
Choose a tag to compare

1.2.1 (2024-08-03)

Bug Fixes

  • Remove dots from inter_parameter_group_name (#11) (37286d0)

v1.2.0

01 May 01:03
Compare
Choose a tag to compare

1.2.0 (2024-05-01)

Features

  • Support transit_encryption_mode (#4) (d786a9e)

v1.1.0

24 Apr 00:08
Compare
Choose a tag to compare

1.1.0 (2024-04-24)

Features

  • Support elasticache serverless cache (#3) (f91028d)

v1.0.0

03 Dec 16:13
Compare
Choose a tag to compare

1.0.0 (2023-12-03)

Features

  • Add support for user-group sub-module (cc408cb)
  • Add support for creating security group (e7dc89c)
  • Add support for creating the CloudWatch log group (fe5d295)
  • Add support for Redis clustered mode (9c01d8b)
  • Add support for Redis global replication group (6f9c2d9)
  • Update cluster configuration and move from sub-module to root module (9e910cc)
  • Update Memcached cluster example (399c7f4)
  • Update parameter group configuration and move from sub-module to root module (4af4f5c)
  • Update Redis cluster example (59c8bc7)
  • Update Redis replication group example (277e8cd)
  • Update replication group configuration and move from sub-module to root module (ff87e20)
  • Update subnet group configuration and move from sub-module to root module (6f3ee51)

Bug Fixes

  • Correct default naming scheme for parameter group to allow users full control (3cb8496)