Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
v9.0.0
9.0.0 (2022-01-28)
⚠ BREAKING CHANGES
- update TPG version constraints to allow 4.0, add Terraform 0.13 constraint (#258)
Features
- update TPG version constraints to allow 4.0, add Terraform 0.13 constraint (#258) (9cff52a)
Bug Fixes
- add depends on replicas for user creation (#268) (d45df79)
terraform-google-sql-db v8.0.0
⚠ BREAKING CHANGES
var.read_replicas
now requires an encryption key name. Set encryption_key_name = null
to preserve the old behavior.
Features
- Add CMEK support for cross-region read replicas (#251) (426724a)
- MySQL - Allow setting type for additional_users (#237) (e1a6fc7)
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)