feat: add new sql-server roles (#699)

* feat: add new sql-server roles

* feat: remove role validation
This commit is contained in:
Mauritz Uphoff 2025-03-03 12:18:44 +01:00 committed by GitHub
parent 380ff8c6d8
commit fda9622cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 11 deletions

View file

@ -32,7 +32,7 @@ resource "stackit_sqlserverflex_user" "example" {
### Optional
- `roles` (Set of String) Database access levels for the user. Possible values: [`##STACKIT_LoginManager##`, `##STACKIT_DatabaseManager##`]
- `roles` (Set of String) Database access levels for the user.
### Read-Only