cyrilgdn / terraform-provider-postgresql

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

Support IAM auth for gcp #424

Open sashalikesplanes opened 3 months ago

sashalikesplanes commented 3 months ago

The GoCloud connector used to connect to CloudSQL now has support for IAM auth. This PR aims to update the provider to also support IAM auth.

The only change that needs to be made is removing the : in username:password part of the string if the password is not set.