Fixing "Connection to Cloud SQL instance at IP:3307 failed: timed out after 10s"
This was a rather interesting problem to fix.
I'm running a PHP app as Google Cloud Run Service. This app is connected to the Cloud SQL instance using a Cloud SQL connection like this:
resource "google_cloud_run_service" "pricing" {
provider ...
piotrekkr.hashnode.dev9 min read