cyrilgdn / terraform-provider-postgresql

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

Upgrade gocloud.dev version to 0.29.0 #309

Closed zepellin closed 11 months ago

zepellin commented 1 year ago

Bump gocloud.dev dependency to v0.29.0 with the primary purpose of adding support for passwordless PostgresSQL authentication via Cloud SQL IAM database authentication.

cyrilgdn commented 11 months ago

Hi @zepellin ,

This has been done in #315 and released in https://github.com/cyrilgdn/terraform-provider-postgresql/releases/tag/v1.20.0

zepellin commented 11 months ago

Thank you!