betr-io / terraform-provider-mssql

Terraform provider for Microsoft SQL Server
https://registry.terraform.io/providers/betr-io/mssql/latest
MIT License
35 stars 28 forks source link

Provide host/username/password in Provider configuration #5

Closed stuanderson3 closed 3 years ago

stuanderson3 commented 3 years ago

It would be great to provide DB host/username/password via the Provider configuration since that information does not change if you're creating multiple users.

anderius commented 3 years ago

You for reference: My team creates multiple databases in Terraform, and it is very useful to do that with the same provider setup!

DaleyKD commented 2 years ago

I'm sorry to necro this, but is this possible? I don't see any docs about it.