resource "upstash_qstash_endpoint" "exampleQstashEndpoint" { url = "https://***.***" topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id }
Create and manage Qstash endpoints.
Was this page helpful?