Releases: lorenzoaiello/terraform-aws-rds-alarms
Releases · lorenzoaiello/terraform-aws-rds-alarms
v2.4.1
What's Changed
- refactor: TF 0.13 upgrade and compatibility checks by @lorenzoaiello in #24
- Fix DBInstanceIdentifier value in read & write IOPS alarms. by @TonyLovesDevOps in #27
New Contributors
- @TonyLovesDevOps made their first contribution in #27
Full Changelog: v2.4.0...v2.4.1
v2.4.0
What's Changed
- fix: example docs by @lorenzoaiello in #22
- feat: Added support for t4g instance types by @lorenzoaiello in #23
Full Changelog: v2.3.0...v2.4.0
v2.3.0
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
- @os11k made their first contribution in #20
- @Mattie112 made their first contribution in #17
- @s4ros made their first contribution in #16
Full Changelog: v2.2.0...v2.3.0
v2.2.0
- #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
- 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
Don't rely on data that has no value when initially executing 'tf plan' - @hanswesterbeek
v1.0.3
Added support for tags to be added - @hanswesterbeek
v1.0.2
Remove deprecated quoted type constraints - @cmachler-sans