PGSSoft / terraform-provider-mssql

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

Add support for creating logins with known SID #141

Open Kralizek opened 3 months ago

Kralizek commented 3 months ago

This PR makes the ID optional (from read only) so that it can be specified when creating a new login. Fixes #130

Note: I'm not a Go developer and this is my first Terraform provider contribution. I'm sure there is need for improvements.