- Updated default engine version to 17.
- Fixed metrics ordering to fix metrics retrieval error.
- Added
var.maintenance_windowto control system updates are applied. - Added
var.auto_upgrade_minorto allow disabling of minor version upgrades.
- Added
db_hostnameanddb_portoutputs.
- Eliminated problematic special characters from password generation.
- Added support for storage auto-scaling.
- Upgraded CA Certificate for RDS instance.
- Pinned aws provider upgrade in lockfile.
- Upgraded aws provider to 5.26.0.
- Upgrade providers to latest.
- Added metrics support.
- Added description (with link to available choices) to
instance_class.
- Upgraded
pg-db-adminto support lambda invocations.
- Using
name_prefixfor db parameter group to ensure unique names in AWS.
- Upgraded
pg-db-adminto fix issues when user choosesdatabase_name="postgres"in postgres access.
- Added
db_admin_function_urloutput.
- Fixed
random_stringnumberdeprecation: changed tonumeric.
- All changes made to the database as a result of this module are now applied immediately.
- Minor version upgrades are now automatically performed.
- Postgresql logs are now emitted to a Cloudwatch log group.
- Removed unused
usersecurity group. - Enabled enhanced monitoring on database instance.
- Secrets and logs are encrypted using a CMK (customer-managed key) instead of the default key.
- Enabled IAM authentication on database instance.
- Enabled query logging.
- Change default postgresql version to 13.