Releases: squareops/terraform-aws-rds-postgresql
Releases · squareops/terraform-aws-rds-postgresql
v1.1.2
v1.1.1
Release Note:
Minor Upgrade:
- This enhancement provides you to define and manage custom passwords .
v1.1.0
**Release Note:
Support for Replica Enablement**
- Replica Enablement Feature
- Simplified Configuration
- Enhanced Scalability and Performance
- Comprehensive Example Reference
- New feature allows users to seamlessly integrate Slack notifications into their workflow.
- By setting the slack_notification_enabled variable to true, users can easily enable Slack notifications.
v1.0.1
Release Notes:
Overview
This release introduces significant enhancements to the module, including support for storage autoscaling and the ability to create a replica of an RDS PostgreSQL instance. Additionally, a new example for creating an RDS PostgreSQL instance with a replica is included.
Key Features:
- Users can now enable storage autoscaling for their RDS PostgreSQL instances, allowing automatic adjustment of storage capacity based on workload requirements.
- A new
replica_enable
andreplica_count
parameter has been added to the module, allowing users to specify whether to create a replica of the RDS PostgreSQL instance.
v1.0.0
Initial Release
This module contains Example, IAM permissions required to deploy RDS PostgreSQL database and README for instructions to create resources.