get_apply_logs
Retrieve raw log output from Terraform Cloud apply operations to analyze resource changes and identify errors. Simplifies debugging by fetching detailed logs for specific apply IDs.
Instructions
Retrieve logs from an apply.
Gets the raw log output from a Terraform Cloud apply operation, providing detailed information about resource changes and any errors.
API endpoint: Uses the log-read-url from GET /applies/{apply_id}
Args: apply_id: The ID of the apply to retrieve logs for (format: "apply-xxxxxxxx")
Returns: The raw logs from the apply operation. The redirect to the log file is automatically followed.
See: docs/tools/apply.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apply_id | Yes |