Releases: rhythmictech/terraform-aws-rds-postgres
Releases · rhythmictech/terraform-aws-rds-postgres
v3.1.0
v3.1.0-rc4
- fix regex
v3.1.0-rc3
- correctly apply filter to name
v3.1.0-rc2
- use name_prefix and transform name
v3.1.0-rc1
- fix db parameter group family
Remove certain symbols from passwords
Changed the symbols for passwords to remove things that can make scripts sad
Significant updates
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
Changed name to identifier in related resources (#3)
2.0.1
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
v2.0.0 Devops 600 - Updates to be compatible with OF-specific module + forma…