gruntwork-io / terraform-google-sql

Terraform modules for deploying Google Cloud SQL (e.g. MySQL, PostgreSQL) in GCP
https://gruntwork.io
Apache License 2.0
92 stars 103 forks source link

Add Ubuntu image + remove gcloud update from CircleCI config #65

Closed marinalimeira closed 3 years ago

marinalimeira commented 3 years ago

The python version that the machine executor was using before isn't compatible with the latest gcloud package.

Python versions supported by the https://pypi.org/project/gcloud/:

Screen Shot 2021-07-13 at 20 41 22

This PR changes the machine image to use Ubuntu and removes the update job for gcloud. The current gcloud version for this image is 337.0.0 (2021-04-20) while the latest one is 348.0.0 (2021-07-13).