Skip to content

Releases: lorenzoaiello/terraform-aws-rds-alarms

v2.4.1

29 Apr 15:54
dc1387e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.0...v2.4.1

v2.4.0

17 Feb 02:16
8de503a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.4.0

v2.3.0

17 Feb 02:01
54e9f42
Compare
Choose a tag to compare

What's Changed

  • Update main.tf to get rid of warning by @os11k in #20
  • Updated example code in README to include db_instance_class by @Mattie112 in #17
  • Add AWS RDS Read/Write IOPS alarms by @s4ros in #16

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

01 Feb 17:12
8a9c8c0
Compare
Choose a tag to compare
  • #13 Added the ability to toggle various alarms on or off (defaults to true) - @AndrewFarley
  • #15 Added example to README for connecting alarms to SNS topics - @AndrewFarley
  • #12 - Added early warning sytem for Postgres' transaction ID wraparound - @ppihus

v2.1.0

13 Feb 03:53
50207a9
Compare
Choose a tag to compare
  • Adding a new variable for the anomaly band width to tweak anomaly detection (to make it less sensitive) - @AndrewFarley
  • Adding missing variables that are possible to override into the README - @AndrewFarley

v2.0.0

18 Jan 23:30
d82a51c
Compare
Choose a tag to compare

Don't rely on data that has no value when initially executing 'tf plan' - @hanswesterbeek

v1.0.3

14 Jan 09:27
8c2f775
Compare
Choose a tag to compare

Added support for tags to be added - @hanswesterbeek

v1.0.2

21 Apr 21:20
c0e2373
Compare
Choose a tag to compare

Remove deprecated quoted type constraints - @cmachler-sans

v1.0.1

24 Mar 10:04
e450140
Compare
Choose a tag to compare

Fixed variable alarm thresholds - @jsalvata