chore(sqlserverflex): docs adjustments (#756)
relates to STACKITTPR-169 / #729
This commit is contained in:
parent
c1a8fde882
commit
1c02c5eb67
4 changed files with 2 additions and 4 deletions
|
|
@ -22,7 +22,6 @@ resource "stackit_sqlserverflex_instance" "example" {
|
|||
cpu = 4
|
||||
ram = 16
|
||||
}
|
||||
replicas = 3
|
||||
storage = {
|
||||
class = "class"
|
||||
size = 5
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ resource "stackit_sqlserverflex_user" "example" {
|
|||
### Optional
|
||||
|
||||
- `region` (String)
|
||||
- `roles` (Set of String) Database access levels for the user.
|
||||
- `roles` (Set of String) Database access levels for the user. The values for the default roles are: `##STACKIT_DatabaseManager##`, `##STACKIT_LoginManager##`, `##STACKIT_ProcessManager##`, `##STACKIT_ServerManager##`, `##STACKIT_SQLAgentManager##`, `##STACKIT_SQLAgentUser##`
|
||||
|
||||
### Read-Only
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ resource "stackit_sqlserverflex_instance" "example" {
|
|||
cpu = 4
|
||||
ram = 16
|
||||
}
|
||||
replicas = 3
|
||||
storage = {
|
||||
class = "class"
|
||||
size = 5
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@ func (r *userResource) Schema(_ context.Context, _ resource.SchemaRequest, resp
|
|||
"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.",
|
||||
"roles": "Database access levels for the user. The values for the default roles are: `##STACKIT_DatabaseManager##`, `##STACKIT_LoginManager##`, `##STACKIT_ProcessManager##`, `##STACKIT_ServerManager##`, `##STACKIT_SQLAgentManager##`, `##STACKIT_SQLAgentUser##`",
|
||||
"password": "Password of the user account.",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue