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

Permissions support #11

Open stalmok opened 3 years ago

stalmok commented 3 years ago

Would be great if it supported a list of permissions as well, for example:

resource "mssql_user" "example" {
  ...
  roles       = [ "db_owner" ]
  permissions = [ "UNMASK", "ALTER ANY MASK" ]
}
magne commented 2 years ago

We don't have the need nor the time to implement this at the moment, but we'll be happy to receive a PR for this feature :smiley: