Resources
upstash_qstash_endpoint
Create and manage Qstash endpoints.
resource "upstash_qstash_endpoint" "exampleQstashEndpoint" {
url = "https://***.***"
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}
Schema
Required
topic_id
string
requiredTopic ID that the endpoint is added to
url
string
requiredURL 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
Was this page helpful?
resource "upstash_qstash_endpoint" "exampleQstashEndpoint" {
url = "https://***.***"
topic_id = resource.upstash_qstash_topic.exampleQstashTopic.topic_id
}