scalr_endpoint Data Source¶
This data source is used to retrieve details of an endpoint.
Example Usage¶
data "scalr_endpoint" "example" {
id = "ep-xxxxxxxxxxx"
}
Argument Reference¶
id
- (Required) Endpoint ID, in the formatep-<RANDOM STRING>
.
Attribute Reference¶
All arguments plus:
name
- Name of the endpoint.secret_key
- Secret key to sign the webhook payload.url
- Endpoint URL.max_attempts
- Max delivery attempts of the payload.timeout
- Endpoint timeout (in seconds).environment_id
- ID of the environment, in the formatenv-<RANDOM STRING>