Skip to content

Releases: deliveryhero/tf-aws-rds-aurora

Support storing master user credentials in SSM

27 Apr 09:35
811eb26
Compare
Choose a tag to compare

Features

  • Add support to store master user creds in SSM

Breaking Change

  • Minimum aws provider version 3.63.0

Adding attributes for major version upgrade

26 Jan 11:13
d01c657
Compare
Choose a tag to compare

Couple of attributes like allow_major_version_upgrade and db_cluster_db_instance_parameter_group_name were missing in the implementation of the module which are required for upgrading the version of the postgres.

v2.4: Fixes the bug with upgrading engine version (#16)

05 Mar 08:39
14856d6
Compare
Choose a tag to compare
Recently we were encountering the described error here:
https://github.com/terraform-aws-modules/terraform-aws-rds-aurora/issues/118
when we were upgrading from 10.11 to 10.14. It dropped the instances and then stopped right in the middle with a 400 - leaving everything in pieces behind :(.
I tried the fix locally by modifying the `terraform/apps/oma/.terraform/eu01/stg02-de/modules/oma.db/main.tf` adding the changes and it seems to work as expected.

v2.3: Fix error when user passes wrong (#15)

28 Oct 15:51
d3935ed
Compare
Choose a tag to compare

Fix error about applying windows to instances

31 Jan 14:04
44243c7
Compare
Choose a tag to compare
v2.0

Fix error about applying windows to instances (#12)

RDS CA cert option and correctly set backup_window

21 Jan 14:47
d847d3a
Compare
Choose a tag to compare
v1.9

Add ca_cert_identifier and missing backup_window on cluster resource …

Small Terraform 0.12 Fix

11 Oct 18:21
Compare
Choose a tag to compare
v1.8

Small Terraform 0.12 fix

Upgrade module to support Terraform 0.12

10 Oct 10:26
d8d7883
Compare
Choose a tag to compare
Merge pull request #10 from deliveryhero/terraform12

Upgrade module to support Terraform 0.12

allow extra SGs for the cluster

12 Jul 08:45
873348b
Compare
Choose a tag to compare
v1.6

Allowing adding extra SGs for the cluster (#9)

adding deletion protection

08 May 14:54
17b8b9f
Compare
Choose a tag to compare
v1.5

Adding deletion protection option (#8)