Skip to content

Releases: skyscrapers/terraform-rds

7.5.1

18 Jan 15:06
Compare
Choose a tag to compare

Fix duplicate variable in RDS module

7.5.0

18 Jan 14:59
Compare
Choose a tag to compare

Full Changelog: 7.4.0...7.5.0

7.4.0

18 Jan 14:33
Compare
Choose a tag to compare

Full Changelog: 7.3.0...7.4.0

7.3.0

18 Jan 14:13
Compare
Choose a tag to compare

Full Changelog: 7.2.1...7.3.0

7.2.1

30 Dec 12:51
Compare
Choose a tag to compare

Full Changelog: 7.2.0...7.2.1

7.2.0

28 Oct 13:32
c455203
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.1.0...7.2.0

7.1.0

27 Oct 10:37
Compare
Choose a tag to compare

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

26 Oct 12:34
c671b34
Compare
Choose a tag to compare

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.

Add option to configure performance_insights_retention_period

11 Oct 08:42
de79e2e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.6.1...6.6.2

Allow replicas subnet to be not specified

04 Oct 07:56
15a0dd5
Compare
Choose a tag to compare
6.6.1

Allow replicas subnet to be not specified (#59)