Skip to content

terraform-google-sql-db v6.0.0

Choose a tag to compare

@release-please release-please released this 02 Jul 18:27
79909c3

⚠ 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