Once a run task request has been fulfilled by the external integration, the integration must call back into Terraform Cloud with the result. Terraform expects this callback within 10 minutes, or the request will be considered to have errored.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the Terraform Cloud documentation.
Parameters
| Parameter | Description |
|---|---|
| Access Token | The access token is present in the request payload from Terraform Cloud. This is not the API key used for the connection. |
| Callback URL | The task_result_callback_url specified in the run task request. Typically /task-results/:guid/callback. |
| Message | A short message describing the status of the task. |
| Status | The current status of the task. |
| Task Information URL | A URL where users can obtain more information about the task. |