Releases: terraform-google-modules/terraform-google-sql-db
Releases · terraform-google-modules/terraform-google-sql-db
terraform-google-sql-db v4.2.0
terraform-google-sql-db v4.1.0
terraform-google-sql-db v4.0.0
⚠ 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
terraform-google-sql-db v3.1.0
v3.0.0
Set date for 3.0.0 in CHANGELOG
v2.0.0
Merge pull request #62 from terraform-google-modules/aaron-lane-upgra…