Skip to content

Commit 2e98bdb

Browse files
Update content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks/index.mdx
Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
1 parent 132cf6f commit 2e98bdb

File tree

1 file changed

+1
-1
lines changed
  • content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks

1 file changed

+1
-1
lines changed

content/terraform-docs-common/docs/cloud-docs/integrations/run-tasks/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Once your server receives this payload, HCP Terraform expects you to callback to
7777
}
7878
```
7979

80-
HCP Terraform will consider the request as errored if it has not received a progress callback in the last 10 minutes, or the task has been running for over 60 minutes.
80+
The request errors if HCP Terraform does not receive a progress update within 10 minutes or if the request runs for more than 60 minutes.
8181
HCP Terraform displays the supplied message attribute on the run details page. The status is either `running`, `passed`, or `failed`.
8282

8383
Here's what the data flow looks like:

0 commit comments

Comments
 (0)