cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
359 stars 182 forks source link

Feature request: add support for GCP AlloyDB connector #240

Open jinlinux opened 1 year ago

jinlinux commented 1 year ago

Please add support for GCP AlloyDB connector similar to Cloudsql Proxy.

[1]https://github.com/GoogleCloudPlatform/alloydb-go-connector

cyrilgdn commented 1 year ago

Hi @jinlinux ,

The provider allows to use GoCloud to connect to a GCP instance through SQL proxy. Would it be enough for your needs?

gpassini commented 1 year ago

FWIW GoCloud doesn't support AlloyDB yet, but there's a open issue to add that: https://github.com/google/go-cloud/issues/3241