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

@ -96,7 +96,7 @@ func (r *userDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, r
"instance_id": "ID of the SQLServer Flex instance.",
"project_id": "STACKIT project ID to which the instance is associated.",
"username": "Username of the SQLServer Flex instance.",
"roles": "Database access levels for the user. Possible values: [`##STACKIT_LoginManager##`, `##STACKIT_DatabaseManager##`]",
"roles": "Database access levels for the user.",
"password": "Password of the user account.",
}