Some checks failed
CI Workflow / Check GoReleaser config (pull_request) Successful in 12s
CI Workflow / Test readiness for publishing provider (pull_request) Successful in 14m47s
CI Workflow / CI (pull_request) Failing after 16m50s
CI Workflow / Code coverage report (pull_request) Has been skipped
1.1 KiB
1.1 KiB
| page_title | subcategory | description |
|---|---|---|
| stackitprivatepreview_postgresflexalpha_user Data Source - stackitprivatepreview |
stackitprivatepreview_postgresflexalpha_user (Data Source)
Example Usage
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 addresseduser_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.