Skip to content

Releases: umotif-public/terraform-aws-rds-aurora

3.4.1 - Adding performance insights retention period

10 Jan 16:34
57dd753
Compare
Choose a tag to compare

What's Changed

  • Add 'performance_insights_retention_period' by @Ohid25 in #20
  • Fix performance insights retention period by @Ohid25 in #21

Full Changelog: 3.4.0...3.4.1

3.4.0 - New functionalities - Serverless v2

18 Dec 11:13
b66a14f
Compare
Choose a tag to compare

What's Changed

  • Adding Serverless v2 functionality by @Ohid25 in #19

Full Changelog: 3.3.1...3.4.0

3.3.1 - fixed conditions

28 Jul 11:20
24cfe48
Compare
Choose a tag to compare
Fixing conditions (#18)

* fix: assignment compatiblity issues

* chore: documentation

3.3.0 - 5.x compatibility

27 Jul 22:21
5c07978
Compare
Choose a tag to compare

What's Changed

  • Upgrade to 5.x compatibility + update examples/variables by @Ohid25 in #17

New Contributors

Full Changelog: 3.2.1...3.3.0

3.2.1: More outputs added

07 Jul 08:10
41e5b25
Compare
Choose a tag to compare
Add more cluster instance outputs (#15)

* Add more cluster instance outputs
* add arn output

3.2.0: add s3_import support

23 Jun 08:30
ec25e87
Compare
Choose a tag to compare
Add s3_import option (#14)

3.1.0: update partition sourcing and add tags support in IAM Role

04 Jun 10:21
0a726bc
Compare
Choose a tag to compare
Update aws partition sourcing and add IAM role tags (#12)

3.0.0: added aws china partition support

08 Mar 10:03
fd74df4
Compare
Choose a tag to compare

Minimum terraform version required is 0.13

2.2.0: Add support for restore_to_point_in_time

02 Dec 14:24
24e3f2c
Compare
Choose a tag to compare

Support added for restore_to_point_in_time
Examples for aurora serverless and postgress added
Various fixes
Minimum aws provider version is 3.15.0

2.1.2: Fix audit log group creation

10 Nov 14:32
258bf46
Compare
Choose a tag to compare

This release will cause re-creation of cloudwatch log groups. It is a bug fix release as count operation wasn't a reliable way of creation log groups.