Skip to content

Releases: skyscrapers/terraform-rds

3.7.1

22 Nov 13:27
Compare
Choose a tag to compare

fixes rds_sg_id output in rds-replica module fornumber_of_replicas=0

3.7.0

22 Nov 13:07
f2dd0be
Compare
Choose a tag to compare

Adding option to create 0-5 read replicas for the rds-replica module.

This version is compatible with previous version but you might need to change the output as some of them are of a different type.

3.6.0 adding read replica custom parameter group and monitoring_interval

19 Nov 11:39
db1e059
Compare
Choose a tag to compare

This release adds the following new features:
For the module rds it adds the option to specify the monitoring_interval to enable advanced monitoring
For the module rds-replica it adds the option to add a custom parameter group. Default to the master deployment group

3.5.1 Add ability to enable / disable the snapshot replicator

08 Nov 12:39
9a2f284
Compare
Choose a tag to compare

This release supports the enable flag.

3.5.0 Add snapshot-replicator

25 Sep 11:08
9494d2c
Compare
Choose a tag to compare

In this release, the snapshot replicator is available.
Using the snapshot replicator, it is possible to store snapshots in another region.

3.4.1

04 Sep 12:33
2a514ee
Compare
Choose a tag to compare
Remove final_snapshot_identifier from replica. Remove replicate_sourc…

3.4.0: adding option to set name for rds instance and related components (#20)

27 Aug 14:36
Compare
Choose a tag to compare
  • Allows to override the default generated name with a name variable
  • Always creates the default parameter group, so terraform doesn't throw errors

3.3.1 Small change to naming convention of SG

26 Jul 13:20
af16b7e
Compare
Choose a tag to compare
changing SG name (#22)

* changing SG name

* changing SG name

* changing SG name

3.3.0 updating security group definition

11 Jul 14:05
45d99a9
Compare
Choose a tag to compare

This release allows to setup external security group rules if needed for the aurora module as we already do for the RDS module

3.2.0

20 Jun 14:19
Compare
Choose a tag to compare

Added family parameter to aurora module in order to allow to select a default_parameter_group family version for Mysql