Connecting to Google Cloud SQL instance on private IP from a VM with both private and public IPs fails
问题 What I'm trying to set up: Cloud SQL instance with private IP, Postgresql database A VM with one public IP and one private IP on same VPC network as the SQL instance is on (VM, SQL instance and VPC are all in the same region) VM has a service account with sufficient Cloud SQL client/viewer permissions SQL proxy on VM connecting to SQL instance. I run it with the -ip_address_types=PRIVATE argument I've found in some of the documentation. Configuration code Slightly simplified Terraform code