Skip to content

Releases: terraform-google-modules/terraform-google-sql-db

terraform-google-sql-db v7.1.0

29 Sep 21:40
f6bdeee
Compare
Choose a tag to compare

Features

  • Create random passwords for additional_users (#236) (94ef3de)

terraform-google-sql-db v7.0.0

10 Sep 01:25
79f5988
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

Bug Fixes

  • delete deprecated attribute authorized_gae_applications (#240) (d35b23c)

terraform-google-sql-db v6.0.0

02 Jul 18:27
79909c3
Compare
Choose a tag to compare

⚠ 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
15cd106
Compare
Choose a tag to compare

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
b741642
Compare
Choose a tag to compare

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
51bb8ba
Compare
Choose a tag to compare

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
4b787b2
Compare
Choose a tag to compare

⚠ 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

18 Feb 17:37
cb384c1
Compare
Choose a tag to compare

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

08 Dec 21:10
f3f323c
Compare
Choose a tag to compare

Features

  • Add variable for managing the creation of the default database and user (#163) (eb300d3)

terraform-google-sql-db v4.3.0

12 Nov 16:12
d5e3ec2
Compare
Choose a tag to compare

Features

  • Add variable for managing read replica deletion protection (#155) (9e22cfd)
  • Update all uses of zone to use the expected variable format. (#156) (5210126)