For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.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.

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?