Output URL of Terraform Cloud run on create task failure #700
Labels
enterprise
Feature will be delivered as a part of Enterprise binary
good first issue
Good for newcomers
Description
If task creation fails when using the Terraform Cloud driver, the error message has the workspace name and the run ID of the failure, but not the URL to the run. A better experience would be to output a link to the run so users can easily find the details of the error. This is especially important for when the task inspection fails, as speculative runs are not listed in a workspace's run.
Example of Current Output:
Alternative Solutions
The run URL can be logged as part of the apply/plan or can be constructed by the CLI from the returned information:
<TFC host URL>/app/<organization>/workspaces/<workspace_name>/runs/<run_id>
The text was updated successfully, but these errors were encountered: