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

Update f1-micro to e2-micro instance #66

Closed yorinasub17 closed 3 years ago

yorinasub17 commented 3 years ago

I just got an email from GCP stating that the f1-micro is being retired from free tier access and needs to be updated to e2-micro. This PR makes that change.

yorinasub17 commented 3 years ago

Ah looks like this is only for the compute instances, and not the db instances.