PGSSoft / terraform-provider-mssql

MS SQL Terraform provider
MIT License
17 stars 9 forks source link

Support database users without login #136

Open l33tCod-er opened 8 months ago

l33tCod-er commented 8 months ago

MSSQL supports users without logins. Does the PGSoft provider support that, i.e., by stating a different default database (other than master)?

If yes, how could I import such an existing "login-less" user? Because if I try like described, it errors-out that it misses to find the / a corresponding login in the database.