terraform-provider-postgresql
terraform-provider-postgresql copied to clipboard
Support IAM auth for gcp
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.