Skip to content

7.0.0

Compare
Choose a tag to compare
@iuriaranda iuriaranda released this 26 Oct 12:34
· 23 commits to master since this release
c671b34

What's Changed

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.