Schema
Required
string
required
Name of the QStash topic
Read-Only
list(map(string))
Endpoints for the Qstash topic
string
The ID of this resource.
string
Unique Qstash topic ID for requested topic
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
resource "upstash_qstash_topic" "exampleQstashTopic" {
name = "exampleQstashTopicName"
}
Create and manage QStash topics
resource "upstash_qstash_topic" "exampleQstashTopic" {
name = "exampleQstashTopicName"
}
Was this page helpful?