Releases: skyscrapers/terraform-rds
Releases · skyscrapers/terraform-rds
3.7.1
3.7.0
3.6.0 adding read replica custom parameter group and monitoring_interval
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
This release supports the enable flag.
3.5.0 Add snapshot-replicator
In this release, the snapshot replicator is available.
Using the snapshot replicator, it is possible to store snapshots in another region.
3.4.1
3.4.0: adding option to set name for rds instance and related components (#20)
- 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
changing SG name (#22) * changing SG name * changing SG name * changing SG name
3.3.0 updating security group definition
This release allows to setup external security group rules if needed for the aurora module as we already do for the RDS module