Provides the ability to manage Cloudflare Workers Queue features.
resource "cloudflare_queue" "example" {
account_id = "f037e56e89293a057740de681ac9abbe"
name = "my-queue"
}
account_id
(String) The account identifier to target for the resource.name
(String) The name of the queue.id
(String) The ID of this resource.Import is supported using the following syntax:
$ terraform import cloudflare_queue.example <account_id>/<queue_id>