Skip to content

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

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)

terraform-google-sql-db v4.2.0

30 Oct 19:47
eb0f914
Compare
Choose a tag to compare

Features

  • postgres: Added point_in_time_recovery_enabled backup option for Postgres (#142) (1fcae8a)
  • Add deletion_protection variable, defaulted to true (#151) (69e1911)

terraform-google-sql-db v4.1.0

12 Oct 23:12
3e26f5a
Compare
Choose a tag to compare

Features

  • Add support for backup_configuration to mssql database submodule (#143) (bed1cb4)

terraform-google-sql-db v4.0.0

26 Aug 22:03
c8ae88a
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Replica configuration has been reworked. Please see the upgrade guide for details.
  • Users and databases have been moved and require a state migration. See the upgrade guide for details.

Features

  • Add encryption_key_name variable for MS SQL module (#132) (2bd0f41)
  • Add location support to backup_configuration block (#126) (aa907bd)
  • add SQL Server support with new submodule (#112) (4a775fb)
  • Added random_id option for instance name (#116) (7c8c799)
  • Rework replicas to use for_each and new configuration style (5e1ae20)

Bug Fixes

  • Fix issue with replica state key and random IDs (#141) (71b51fd)
  • Update versions to allow for Terraform 0.13 (#135) (86c533a)
  • docs: Update links for database flags on postgresql and mysql (#134) (e6a31ca)
  • Relax Provider version (#133) (ec2a109)
  • Updated users and databases creation to use for_each (#100) (d433995)

terraform-google-sql-db v3.2.0

24 Apr 19:49
2a0a142
Compare
Choose a tag to compare

Features

  • Added "encryption_key_name" variable for postgresql and mysql modules. (#101) (cf87a9d)
  • Support new regional HA for MySQL (#99) (d3ed591)

Bug Fixes

  • Disable binary_logging option as it is not valid for Postgres instances (#94) (c74b15d)

terraform-google-sql-db v3.1.0

11 Feb 18:52
2d7c0eb
Compare
Choose a tag to compare

Features

  • Update google and google-beta provider versions to ~>3.5 (#87) (706b173)