cyrilgdn / terraform-provider-postgresql

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

Connecting to a provisioned DB #248

Closed tjni closed 2 years ago

tjni commented 2 years ago

I am using terraform to provision a managed DB cluster on DigitalOcean. I only know the database host, port, user, and password after that has been completed. Would this project be amenable to moving this configuration out of the provider and into something else, such as a data resource?

tjni commented 2 years ago

Please ignore this. I found that I could create the provider using outputs from a separate resource.