Hi,
I have a VPC that has a private IP subnet assigned to it. Is it possible to instantiate a Cloud SQL instance (postgres in my case) that uses the VPC's subnet? I've tried creating Cloud SQL instances but they use a separate Google-managed private subnet (private service connection) that is then made available to machines in my VPC's subnet.
I've looked through the online documentation but I haven't been able to find an answer for this, so any information is greatly appreciated!