Releases: claranet/terraform-aws-aurora
Releases · claranet/terraform-aws-aurora
v4.0.1
Upgrade to Terraform 0.12
This version of the module is only compatible with Terraform 0.12.x and above.
If you require earlier Terraform version compatibility, please use module version 3.x.x.
Fixed a number of issues with the enabled flag
Merge pull request #30 from swhitaker90/stevew/fixes_enabled_flag Fixes a couple of issues related to enabled flag
Added the enabled option to control whether the db resources are created
Merge pull request #29 from swhitaker90/stevew/add_enabled_var Added the enabled variable which controls whether the db resources are created
Add output for Cluster ID
Merge pull request #26 from claranet/ajj/add-cluster-id-output Add output for the RDS Cluster ID
Add IAM Database Authentication Support
Merge pull request #25 from claranet/ajj/iam-database-authentication Add IAM database authentication support
Add Support for Performance Insight
Merge pull request #20 from moctg/master Adding option to enable Performance Insights
Add autoscaling support
This release adds support for autoscaling replicas for MySQL
Fix specifying alternate engine-version
Fix specifying alternate engine version. Because the defaults were used previously, care should be taken when upgrading to this version of the module, and so it has been released as a new major version.
Add Postgres and Aurora MySQL 5.7
v1.2.0 Add support for Aurora MySQL 5.7 (#9)