Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
terraform-google-sql-db v7.1.0
Features
- Create random passwords for additional_users (#236) (94ef3de)
terraform-google-sql-db v7.0.0
⚠ BREAKING CHANGES
Bug Fixes
- delete deprecated attribute authorized_gae_applications (#240) (d35b23c)
terraform-google-sql-db v6.0.0
⚠ BREAKING CHANGES
null
and random
providers upgraded to v3.x.x
.
- When setting the backup_configuration variable, transaction_log_retention_days, retained_backups, and retention_unit must be set. Use
null
to preserve default behavior.
Features
- Added option to enable insights for replica instances (#230) (6b928f6)
- Added support for setting transaction_log_retention_days, retained_backups, and retention_unit to backup_configuration. (#203) (2237a3d)
Miscellaneous Chores
terraform-google-sql-db v5.1.1
Bug Fixes
- Properly handle null from being passed as password for additional_users (#223) (5facf6a)
terraform-google-sql-db v5.1.0
Features
- extended the postgresql module to accept IAM users and services accounts (#218) (4c0472e)
Bug Fixes
- deprecates the usage of gcp-inspec and replaces integration tests with gcloud (#216) (b81ff73)
terraform-google-sql-db v5.0.1
Bug Fixes
- Add outputs for the actual
google_sql_database_instance
resources (#193) (70205b0)
terraform-google-sql-db v5.0.0
⚠ BREAKING CHANGES
- add Terraform 0.13 constraint and module attribution (#202)
Features
- Add support for configuring Query Insights on Postgres instances (#198) (2619b42)
- add Terraform 0.13 constraint and module attribution (#202) (ec0911c)
Bug Fixes
- remove empty string from replicas output lists (#194) (e14fc7a)
terraform-google-sql-db v4.5.0
Features
- add encryption_key_name to safer_mysql module (#185) (487397c)
- Add variables for managing the creation of the default database and user (mysql) (#170) (5765a5f)
Bug Fixes
- Fix typo in database timeout description (#166) (55f135f)
terraform-google-sql-db v4.4.0
Features
- Add variable for managing the creation of the default database and user (#163) (eb300d3)
terraform-google-sql-db v4.3.0
Features
- Add variable for managing read replica deletion protection (#155) (9e22cfd)
- Update all uses of zone to use the expected variable format. (#156) (5210126)