Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
v10.0.0
08 Mar 19:12
Compare
Sorry, something went wrong.
No results found
10.0.0 (2022-02-18)
⚠ BREAKING CHANGES
allocated_ip_range must now be specified for instances; allocated_ip_range = null can be used to preserve old default.
Features
Add allocated_ip_range property to CloudSQL modules (#277 ) (ab8c768 )
Bug Fixes
v9.0.0
31 Jan 20:52
Compare
Sorry, something went wrong.
No results found
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
15 Oct 23:11
Compare
Sorry, something went wrong.
No results found
⚠ 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
29 Sep 21:40
Compare
Sorry, something went wrong.
No results found
Features
Create random passwords for additional_users (#236 ) (94ef3de )
terraform-google-sql-db v7.0.0
10 Sep 01:25
Compare
Sorry, something went wrong.
No results found
⚠ BREAKING CHANGES
Bug Fixes
delete deprecated attribute authorized_gae_applications (#240 ) (d35b23c )
terraform-google-sql-db v6.0.0
02 Jul 18:27
Compare
Sorry, something went wrong.
No results found
⚠ 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
09 Jun 15:39
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Properly handle null from being passed as password for additional_users (#223 ) (5facf6a )
terraform-google-sql-db v5.1.0
24 May 17:54
Compare
Sorry, something went wrong.
No results found
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
05 May 17:24
Compare
Sorry, something went wrong.
No results found
Bug Fixes
Add outputs for the actual google_sql_database_instance resources (#193 ) (70205b0 )
terraform-google-sql-db v5.0.0
30 Mar 17:47
Compare
Sorry, something went wrong.
No results found
⚠ 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 )