kestra_worker_queue Data Source: Read Worker Queues
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_worker_queue
Use this data source to access information about an existing Kestra Worker Queue.
This data source is only available on the Enterprise Edition
Example usage
data "kestra_worker_queue" "example" { queue_id = "gpu-queue"}Schema
Required
queue_id(String) The Worker Queue identifier.
Read-Only
allowed_tenants(Set of String) The tenants allowed to use the Worker Queue. Empty means unrestricted.description(String) The Worker Queue description.id(String) The Worker Queue id.name(String) The Worker Queue human-readable name.tags(Set of String) The canonical tag set of the Worker Queue.
Was this page helpful?