Skip to content

Releases: rhythmictech/terraform-aws-rds-postgres

v3.1.0

15 Oct 14:02
a1b3dbc

Choose a tag to compare

  • Merge pull request #5 from rhythmictech/ENG-1279-install-discourse-for-uat-idrc

    • fix db parameter group family
    • transform name for compatibility

v3.1.0-rc4

14 Oct 21:01

Choose a tag to compare

v3.1.0-rc4 Pre-release
Pre-release
  • fix regex

v3.1.0-rc3

14 Oct 20:59

Choose a tag to compare

v3.1.0-rc3 Pre-release
Pre-release
  • correctly apply filter to name

v3.1.0-rc2

14 Oct 20:52

Choose a tag to compare

v3.1.0-rc2 Pre-release
Pre-release
  • use name_prefix and transform name

v3.1.0-rc1

14 Oct 20:32

Choose a tag to compare

v3.1.0-rc1 Pre-release
Pre-release
  • fix db parameter group family

Remove certain symbols from passwords

15 Sep 00:11
97e9baa

Choose a tag to compare

Changed the symbols for passwords to remove things that can make scripts sad

Significant updates

14 Sep 18:55
7a885e2

Choose a tag to compare

This release is not even remotely backward compatible with v2. It was updated in order to bring some alignment with the terraform-aws-rds-mysql module, as the two barely resembled each other.

This update gives significantly more flexibility:

  • More options for handling the master password
  • Ability to use enhanced CloudWatch and Performance Insights
  • Manage the security group internally
  • Most RDS vars are now configurable

v2.0.2

04 Jun 14:43
30221de

Choose a tag to compare

Changed name to identifier in related resources (#3)

2.0.1

04 Jun 12:52
a8ba125

Choose a tag to compare

Added support for DB instance identifier (#2)

* Added support for DB instance identifier

* Added var for controlling IAM DB authentication

Formatting changes and SSM param option

26 May 16:53
4b896f9

Choose a tag to compare

v2.0.0

Devops 600 - Updates to be compatible with OF-specific module + forma…