PGSSoft / terraform-provider-mssql

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

feature request: create login with SID #130

Open ValeruS opened 1 year ago

ValeruS commented 1 year ago

Hello, it would be great if it would support creating a login with SID

CREATE LOGIN TestLogin WITH PASSWORD = 'SuperSecret52&&', SID = 0x241C11948AEEB749B0D22646DB1A19F2;

Kralizek commented 3 months ago

I'd love this feature too