Releases: skyscrapers/terraform-rds
7.5.1
Fix duplicate variable in RDS module
7.5.0
Full Changelog: 7.4.0...7.5.0
7.4.0
Full Changelog: 7.3.0...7.4.0
7.3.0
Full Changelog: 7.2.1...7.3.0
7.2.1
Full Changelog: 7.2.0...7.2.1
7.2.0
What's Changed
- Fix a bug with for aurora clusters by @iuriaranda in #63
Full Changelog: 7.1.0...7.2.0
7.1.0
Small fixes in the rds snapshot cross-account replicator module. A bunch of resources will be recreated in this version, but shouldn't break functionality
Full Changelog: 7.0.0...7.1.0
7.0.0
What's Changed
- Fix snapshot cross-account replicator cleanup by @iuriaranda in #62
Full Changelog: 6.6.2...7.0.0
Breaking change: this release changes the way the snapshot period is provided to the rds cross-account snapshot replicator module. Up until now a cron expression was provided in the snapshot_schedule_expression
variable. From version 7.0.0 of this module, you provide the period as a simple number representing the hours between snapshots. This number will be fed into a rate(x hours)
expression to trigger the initial snapshot lambda function. The main reason behind this chance is to make it easier for the module to automatically calculate the lambda monitoring alarms period, since it needs to be equal or higher than the trigger period of the functions.
Add option to configure performance_insights_retention_period
What's Changed
- ✨ enable performance_insights_retention_period by @MattiDeGrauwe in #60
Full Changelog: 6.6.1...6.6.2
Allow replicas subnet to be not specified
6.6.1 Allow replicas subnet to be not specified (#59)