terraform-provider-mssql
terraform-provider-mssql copied to clipboard
MS SQL Terraform provider
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...
Hello, it would be great if it would support creating a login with SID `` CREATE LOGIN TestLogin WITH PASSWORD = 'SuperSecret52&&', SID = 0x241C11948AEEB749B0D22646DB1A19F2; ``
I'm wondering if this project is dead, because no progress in the code repo since over a year and no reactions/answers to issues or even pull requests. Worth a fork?...
Hi there, I got the following warning message using the mssql_azuread_service_principal. Is it something we need to worry about? Cheers. Terraform has compared your real infrastructure against your configuration and...
Heyo, as mentioned in Issue #135 the provider was unable to retry transient errors like a paused/resuming DB. This PR enables the provider to retry such errors. I've wrapped all...
When mssql_schema_permission depends on the user (which should be created before), I get an error that schema and database must belong to the same database. If I create a plan...
I was able to get everything working in a test instance, but when I moved this code over to my "production" instances, these are named instances with names like `SERVERNAME\DATABASE_INSTANCE`....
Am using this module with AWS RDS SQL Server and so far seems to work well. I have setup a map of imported users and plan to manage that when...
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...
I am trying to figure out what I am doing wrong when I try to create a user from an azure resource system managed identity, I tried using the `mssql_azuread_service_principal`...