Resources
upstash_qstash_topic
Create and manage QStash topics
resource "upstash_qstash_topic" "exampleQstashTopic" {
name = "exampleQstashTopicName"
}
Schema
Required
name
string
requiredName of the QStash topic
Read-Only
endpoints
list(map(string))
Endpoints for the Qstash topic
id
string
The ID of this resource.
topic_id
string
Unique Qstash topic ID for requested topic
Was this page helpful?
resource "upstash_qstash_topic" "exampleQstashTopic" {
name = "exampleQstashTopicName"
}