betr-io / terraform-provider-mssql

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

Add new 'mssql_role' resource to manipulate role of a SQL Server. #51

Open paulbrittain opened 1 year ago

paulbrittain commented 1 year ago

Hello, I hope this PR finds you well.

The objective of this PR is primarily to add a new resource mssql_role for manipulating SQL Server Roles.

Other changes include

Note: I've tried to run the acceptance tests against Azure AD with no success. Further attempts are ongoing but the issue is likely related to Azure Firewall rules. Acceptance tests pass locally. I can provide an update here if progress is made.

image

If none is possible, can the acceptance tests be ran + verified by an existing pipeline or by a maintainer?

PS. The changelog needs to be updated with the diff link for the proposed minor verson bump when it's available.

Many thanks

BasLangenberg commented 1 year ago

Hi - Is there any chance this will be merged and pushed to the TF registry? We are having a need for this functionality at work as well. :-)

Thanks!