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.