- 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-admin
to support lambda invocations.
- Using
name_prefix
for db parameter group to ensure unique names in AWS.
- Upgraded
pg-db-admin
to fix issues when user choosesdatabase_name="postgres"
in postgres access.
- Added
db_admin_function_url
output.
- Fixed
random_string
number
deprecation: 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
user
security 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.