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.
External DocumentationTo learn more, visit the Terraform Cloud documentation.

Parameters

ParameterDescription
Access TokenThe access token is present in the request payload from Terraform Cloud. This is not the API key used for the connection.
Callback URLThe task_result_callback_url specified in the run task request. Typically /task-results/:guid/callback.
MessageA short message describing the status of the task.
StatusThe current status of the task.
Task Information URLA URL where users can obtain more information about the task.

Workflow Library Example

Run Task Callback with Terraform Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop