kestra_user Data Source: Read Users via Terraform
For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append.mdto anykestra.io/docs/*URL for plain Markdown.
Terraform Data Source: kestra_user
Use this data source to access information about an existing Kestra User.
This resource is only available on the Enterprise Edition
Example usage
data "kestra_user" "example" { user_id = "68xAawPfiJPkTkZJIPX6jQ"}
data "kestra_user" "by_email" { email = "john@example.com"}Schema
Optional
email(String) The user email. Can be set instead ofuser_idto look up the user.namespace(String) The linked namespace.user_id(String) The user id. Exactly one ofuser_idoremailmust be provided.
Read-Only
description(String) The user description.first_name(String) The user first name.groups(List of String) The user global roles in yaml string.id(String) The ID of this resource.last_name(String) The user last name.tenant_id(String) The tenant id.username(String) The user name.
Was this page helpful?