v1.24.0 - 2019-03-11
- Add Changelog (#100)
v1.23.0 - 2019-03-10
- Allow create of parameter group with custom name (#99)
v1.22.0 - 2018-10-06
- Fixed documentation after #83
- Add deletion protection argument (#83)
- Sort values of enabled_cloudwatch_logs_exports in example
v1.21.0 - 2018-08-18
v1.20.0 - 2018-08-18
v1.19.0 - 2018-06-20
- Updated example to show usage of options group (fixed #63)
v1.18.0 - 2018-06-06
- Disable creation of db option group for Postgres (fixes #62)
v1.17.0 - 2018-06-04
- Minor fixes for db_option_group (#55) and prepared release
- Simplified outputs
- Add option group support (#55)
- fixing small spelling mistake (#61)
v1.16.0 - 2018-05-16
- Added pre-commit hook to autogenerate terraform-docs (#59)
v1.15.0 - 2018-04-03
- Minor change to mssql example
- MSSQL: Adding two missing arguments for aws_db_instance: timezone & character_set_name (#51)
v1.14.0 - 2018-03-14
- Updated readme with conditional creatino section
- Enable db_parameter_group_name variable (#47)
v1.13.0 - 2018-03-06
- Updated examples
- Renamed count to created in submodules (#44)
v1.12.0 - 2018-02-15
- Added availability_zone to root module (#40)
v1.11.0 - 2018-02-09
- Enable db_subnet_group_name variable (#38)
v1.10.0 - 2018-01-31
- Support conditional creation for the database too. (#36)
v1.9.0 - 2018-01-30
- Make name optional (fixes #37)
v1.8.0 - 2018-01-23
- Add availability zone to instance ressource module (#35)
v1.7.0 - 2018-01-15
- Fix enhanced monitoring policy attachment (#34)
v1.6.0 - 2017-12-08
- Add create_before_destroy to parameter group (#30)
v1.5.0 - 2017-12-08
v1.4.0 - 2017-11-16
- db_subnet_group: fix failing output expressions (#22)
v1.3.0 - 2017-11-13
- Automatically create enhanced monitoring role (#21)
v1.2.0 - 2017-10-22
- Adds support for snapshot_identifier (#18)
v1.1.1 - 2017-10-18
- Added variable "source_db" for RDS replica option (#13)
v1.1.0 - 2017-10-18
- Merge pull request #16 from terraform-aws-modules/oracle_and_iam
- Added iam_database_authentication_enabled and license_model model (fixed #15 and #14)
v1.0.8 - 2017-10-12
- Fixed #12, final_snapshot_identifier default can't be empty actually
v1.0.7 - 2017-10-12
- Added skip_final_snapshot=true in module also (remaining from #3)
v1.0.6 - 2017-10-12
- Merge pull request #9 from yamaszone/master
- Set final_snapshot_identifier in Postgres RDS example
- Merge branch 'master' of https://github.com/terraform-aws-modules/terraform-aws-rds
- Updated README.md for MySQL RDS example
- Updated README.md for Postgres RDS example
- Merge pull request #3 from jensendw/final_snapshot_identifier
- fianl-snapshot_identifier should default to nothing
- Merge pull request #10 from yo61/update_readme
- Add enhanced monitoring example to README, and add current contributors link
- Merge branch 'master' into final_snapshot_identifier
- Updated links using upstream path
- Update README.md
- Added comments for default DB username value
- Added complete example for Postgres RDS
- support final_snapshot_identifier
v1.0.5 - 2017-10-11
v1.0.4 - 2017-10-11
- Merge pull request #6 from yo61/enable_enhanced_monitoring
- Tweak README.md examples
- Add complete enhanced monitoring example
- Add enhanced monitoring
v1.0.3 - 2017-09-28
- Merge pull request #4 from fmartingr/encryption
- Set example storage_encrypted value to false
- Removed unused variable
- Improved kms_key_id description
- Cleaned duplicated attributes & variables
- Merge branch 'encryption' of github.com:fmartingr/terraform-aws-rds into encryption
- Added parameters to example
- Added kms_key_id parameter
- Using
encrypted
to set the db_instance.storage_encrypted - Using
encrypted
to set the db_instance.storage_encrypted
v1.0.2 - 2017-09-21
- Merge pull request #2 from khosrow/master
- db parameters can now be passed db_parameter_group mode
v1.0.1 - 2017-09-14
- Added monitoring_interval parameter
- Updated comment
- Added code for RDS modules
- Initial commit