resource "upstash_qstash_endpoint" "exampleQstashEndpoint" {
  url      = "https://***.***"
  topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
resource "upstash_qstash_endpoint" "exampleQstashEndpoint" {
  url      = "https://***.***"
  topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}

Schema

Required

topic_id
string
required

Topic ID that the endpoint is added to

url
string
required

URL of the endpoint

Read-Only

endpoint_id
string

Unique Qstash endpoint ID

id
string

The ID of this resource.

topic_name
string

Unique Qstash topic name for endpoint