Resources

upstash_qstash_topic

Create and manage QStash topics

example.tf
resource "upstash_qstash_topic" "exampleQStashTopic" {  name = "exampleQStashTopicName"}

Schema

Required

namequerystringrequired

Name of the QStash topic

Read-Only

endpointslist(map(string))

Endpoints for the QStash topic

idstring

The ID of this resource.

topic_idstring

Unique QStash topic ID for requested topic

Loading search…