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

fixed escaping for postgresql user info #334

Closed librucha closed 10 months ago

librucha commented 10 months ago

I fixed url escape from query to path which is correct for postgresql driver DSN

librucha commented 10 months ago

i mixed two commits fix and feature :D i will prepare to PR