--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "stackitprivatepreview_postgresflexalpha_user Data Source - stackitprivatepreview" subcategory: "" description: |- --- # stackitprivatepreview_postgresflexalpha_user (Data Source) ## Example Usage ```terraform data "stackitprivatepreview_postgresflexalpha_user" "example" { project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" instance_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" user_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" } ``` ## Schema ### Required - `instance_id` (String) The ID of the instance. - `project_id` (String) The STACKIT project ID. - `region` (String) The region which should be addressed - `user_id` (Number) The ID of the user. ### Optional - `id` (String) Terraform's internal resource ID. It is structured as \"`project_id`,`region`,`instance_id`,`user_id`\".", ### Read-Only - `name` (String) The name of the user. - `roles` (List of String) A list of user roles. - `status` (String) The current status of the user. - `tf_original_api_id` (Number) The ID of the user.