Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
v17.0.0
17.0.0 (2023-09-04)
⚠ BREAKING CHANGES
- TPG >= 4.80: add support for psc (private service connect) (#507)
Features
- add connector params timeout and export from replica (#406) (e563f8a)
- add support for query_plans_per_minute (#484) (ffb674c)
- MySQL binary logs on replica (#466) (0e0c196)
- TPG >= 4.80: add support for psc (private service connect) (#507) (64c2435)
Bug Fixes
v16.1.0
v16.0.0
v15.2.0
v15.1.0
v15.0.0
15.0.0 (2023-04-18)
⚠ BREAKING CHANGES
- pass iam_user_emails as map to postgres module (#414)
Features
- add deletion_protection.enabled for read replicas (#437) (4cdb81c)
- added enable_private_path_for_google_cloud_services field in ip_configuration for google_sql_database_instance resource (#449) (64618c4)
- support query insights for MySQL for read replicas (#453) (59b32af)
Bug Fixes
v14.1.0
v14.0.1
v14.0.0
14.0.0 (2023-01-27)
⚠ BREAKING CHANGES
- Add pwd validation policy for mysql modules (#409)
- adds settings.deletion_protection_enabled to modules (#404)
- Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. (#398)
- Add
deny_maintenance_period
for MySQL, MsSQL, PostgreSQL and safer_sql (#399) - removes instanceUser iam binding from the postgresql module (#382)
- Add Password Validation Policy to Postgres Module (#376)
- Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name (#393)
Features
- Add
deny_maintenance_period
for MySQL, MsSQL, PostgreSQL and safer_sql (#399) (55f4206) - add
secondary_zone
,follow_gae_application
to safer_mysql (#390) (05cd2b6) - Add name_override variable for MySQL, PostgreSQL and safer_sql to Override default read replica name (#393) (045bed1)
- Add Password Validation Policy to Postgres Module (#376) (562455b)
- Add pwd validation policy for mysql modules (#409) (df8accd)
- add Suffix to backup configurations (#377) (0ea1968)
- adds deletion_policy parameter for google_sql_user and google_sql_database resource. (#386) (8ab6e37)
- adds settings.deletion_protection_enabled to modules (#404) (af48cd3)
- adds settings.location_preference.follow_gae_application parameter to modules. (#385) (edefa43)
- Aligned the behaviour of additional_users resource in all 3 Cloud SQL instance modules. (#398) (7d6b209)
Bug Fixes
- Added functionality to simply specify the database version number ins… (#388) (83ca2e2)
- Added sensitive field in output "primary" in mssql module (#394) (4b32479)
- fixes lint issues and generates metadata (#392) (dd1d75c)
- made 'allocated_ip_range' variable optional (#395) (243c1c5)
- removes instanceUser iam binding from the postgresql module (#382) (cc39074)
- sensitive output safer mysql (#401) (5cc5e08)