Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Releases: gruntwork-io/terraform-google-sql

v0.6.0

23 Aug 06:20
5134a7b
Compare
Choose a tag to compare

Description

Terraform 1.0 upgrade: We have verified that this repo is compatible with Terraform 1.0.x!

  • From this release onward, we will only be running tests with Terraform 1.0.x against this repo, so we recommend updating to 1.0.x soon!
  • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.15.1 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 1.0.x.
  • Once all Gruntwork repos have been upgrade to work with 1.0.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.5.1

15 Jul 09:04
6128b76
Compare
Choose a tag to compare

Description

  • Add Ubuntu image + remove gcloud update from CircleCI config
  • Implement Terraform validate test
  • Replace gofmt with goimports

Related links

v0.5.0

22 Apr 01:27
7a02a34
Compare
Choose a tag to compare

Modules affected

  • cloud-sql

Description

  • Terraform 0.14 upgrade: We have verified that this repo is compatible with Terraform 0.14.x!
    • From this release onward, we will only be running tests with Terraform 0.14.x against this repo, so we recommend updating to 0.14.x soon!
    • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 0.14.x.
    • Once all Gruntwork repos have been upgrade to work with 0.14.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Related links

v0.4.0

24 Feb 06:50
0b560e6
Compare
Choose a tag to compare

Modules affected

  • cloud-sql

Description

The cloud-sql module now supports deletion protection with the var.deletion_protection option. This release also bumps the Google provider version to 3.57.0.

Related links

v0.3.1

11 Dec 09:27
767e758
Compare
Choose a tag to compare

Modules affected

  • cloud-sql

Description

The cloud-sql module now supports the point_in_time_recovery_enabled option for Postgres databases.

Special thanks

Special thanks to @mvoitko for their contribution!

Related links

v0.3.0

24 Nov 08:19
e258f14
Compare
Choose a tag to compare

Modules affected

  • cloud-sql

Description

  • Terraform 0.13 upgrade: We have verified that this repo is compatible with Terraform 0.13.x!
    • From this release onward, we will only be running tests with Terraform 0.13.x against this repo, so we recommend updating to 0.13.x soon!
    • To give you more time to upgrade, for the time being, all modules will still support Terraform 0.12.26 and above, as that version has several features in it (required_providers with source URLs) that make it more forwards compatible with 0.13.x.
    • Once all Gruntwork repos have been upgrade to work with 0.13.x, we will publish a migration guide with a version compatibility table and announce it all via the Gruntwork Newsletter.

Migration Guide

Important: As part of this release we have now deprecated all Google App Engine functionality. This is because we feel these are not worthwhile features to maintain for our customer base moving forward. Therefore the cloud-sql module will no longer accept the var.authorized_gae_applications and var.follow_gae_application parameters. Please remove all references of these variables when using the module.

Related links

v0.2.1

05 May 19:23
c936688
Compare
Choose a tag to compare

Modules affected

  • cloud-sql

Description

cloud-sql module now outputs the service_account_email_address associated with the CloudSQL instance. This can be used to grant additional permissions (e.g. access to a GCS bucket).

Special thanks

Special thanks to @jsirianni for their contribution!

Related links

v0.2.0

26 Jun 15:23
3b18b91
Compare
Choose a tag to compare

Modules affected

  • cloud-sql [BREAKING CHANGES]

Description

All the modules are now terraform 0.12.0 compatible. Note that this means the modules are no longer compatible with terraform 0.11 and under. Starting this release, you must use terraform 0.12.0 or greater to use this module.

All the module variables have been updated to use concrete types based on the new type system introduced in terraform 0.12.0. You can learn more about the types in the official documentation.

Note that as part of this, we switched to using null to indicate unset values when passing them through to resources. If you were previously using a 0 value ("" for strings and 0 for numbers), review the module variables.tf file to double check if the 0 value has been converted to a null.

Related links

v0.1.1

09 May 17:38
400d8b6
Compare
Choose a tag to compare

Modules affected

  • N/A

Description

  • Update README links to be absolute

Related links

v0.1.0

07 May 16:39
24cb0ec
Compare
Choose a tag to compare

Modules affected

  • cloud-sql

Description

  • Update README, add root examples for Terraform Module Registry

  • Use a list instead of a string for module dependencies

Related links