Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
v23.0.0
v22.1.0
v22.0.0
v21.0.2
v21.0.1
v21.0.0
21.0.0 (2024-07-25)
⚠ BREAKING CHANGES
- TPG>5.38: added deletion_policy to private service access sub-module and promoted to GA provider (#620)
- Cleanup of old instance backups. Change role roles/cloudsql.editor to roles/cloudsql.admin (#618)
- Add enable_google_ml_integration setting for database instance and configurable project roles for default database service account (#615)
Features
- Add enable_google_ml_integration setting for database instance and configurable project roles for default database service account (#615) (83bbaa3)
- Add new output called env_vars for postgresql (#612) (f02e3fd)
- enable data_cache_config for postgresql read replicas (#619) (d7280da)
- TPG>5.38: added deletion_policy to private service access sub-module and promoted to GA provider (#620) (cf5f184)
Bug Fixes
v20.2.0
v20.1.0
v20.0.0
20.0.0 (2024-03-08)
⚠ BREAKING CHANGES
- TPG>=5.12: Add option to create and failover a replica instance in Postgresql and MsSQL sub-module (#582)
- TPG>=5.6: bump required google provider to 5.6 for postgres
Features
- TPG>=5.12: Add option to create and failover a replica instance in Postgresql and MsSQL sub-module (#582) (141e54a)
Bug Fixes
v19.0.0
19.0.0 (2024-02-08)
⚠ BREAKING CHANGES
- Allow passing ssl_mode for MySQL Module (#575)
Features
- Allow passing ssl_mode for MySQL Module (#575) (c7ab6ec)
- Make MySQL CloudSQL zone optional (#572) (3c4b504)
Bug Fixes
- backup: backups are not deleted when retained nr of backups >= 20 (#566) (6c4b0e3)
- Cloud SQL does not support multiple deny_maintenance_period block. Update variable description (#564) (9e55c87)
- deps: Update cft/developer-tools Docker tag to v1.19 (#571) (bd18ee6)
- Improve MySQL root_password documentation (#573) (611edfd)