* Onboard SQLServer Flex user resource * change roles * fix unit tests * make database field optional // adapt test and documentation * add sleep time to instance creation * fix service name in logs and descriptions * extend username plan modifiers * update docs * remove database field * remove database // make roles optional * update docs
1.2 KiB
1.2 KiB
| page_title | subcategory | description |
|---|---|---|
| stackit_sqlserverflex_user Resource - stackit | [Warning: BETA] SQLServer Flex user resource schema. Must have a region specified in the provider configuration. |
stackit_sqlserverflex_user (Resource)
[Warning: BETA] SQLServer Flex user resource schema. Must have a region specified in the provider configuration.
Example Usage
resource "stackit_sqlserverflex_user" "example" {
project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
username = "username"
roles = ["role"]
database = "database"
}
Schema
Required
instance_id(String) ID of the SQLServer Flex instance.project_id(String) STACKIT project ID to which the instance is associated.username(String)
Optional
roles(Set of String)
Read-Only
host(String)id(String) Terraform's internal resource ID. It is structured as "project_id,instance_id,user_id".password(String, Sensitive)port(Number)user_id(String) User ID.