Skip to content

Releases: oozou/terraform-aws-elasticache

v2.0.1

15 Jun 09:20
bb2d254
Compare
Choose a tag to compare

[v2.0.1] - 2023-06-15

Changed

  • When running with a provider version of 6 or higher, certain modules may not function properly. However, we can address the modules that are not compatible with version 6 to ensure compatibility. This way, we don't need to edit all the modules. So we update the constraint to >= 5.0.0 at the module level.

Full Changelog: v2.0.0...v2.0.1

v2.0.0

08 Jun 11:53
33a19fa
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES

  • Upgrade the AWS provider to version 5 with the constraint of >= 5.0.0, < 6.0.0.

Full Changelog: v1.0.2...v2.0.0

v1.0.2

22 Dec 13:52
00546ca
Compare
Choose a tag to compare

Added

  • Add alarm.tf with default and custom elasticache alarms
  • Add following vars
    • is_enable_default_alarms
    • default_alarm_actions
    • default_ok_actions
    • custom_elasticache_alarms_configure

v1.0.1

24 May 10:36
Compare
Choose a tag to compare

[1.0.1] - 2022-05-24

Here we would have the update steps for 1.0.1 for people to follow.

Fix

  • change naming support more than 20 character

v1.0.0

18 Apr 09:53
ffd6a3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.5...v1.0.0