At work we’ve recently started to use Terraform to manage the cloud infrastructure of our clients. During my initial research on how to set up a Cloud SQL instance using Terraform, I stumbled upon the “Terraform Google Modules” organization (unaffiliated to Google). They provide several Terraform modules in order to easily create:
- A Kubernetes Engine Cluster
- A CloudSQL Instance
- A CloudSQL HA Cluster (MySQL RR)
- Cloud Functions
- Repository Triggers
This will surely save me and my colleagues some work 🙂
Terraform Google Modules (on Terraform Registry) →
Terraform Google Modules (on GitHub) →