Run Task Callback
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 Documentation
To 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 taskresultcallback_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. |
Workflow Library Example
Run Task Callback with Terraform Cloud and Send Results Via Email
Preview this Workflow on desktop