get_errored_state
Access and recover state data from failed Terraform Cloud apply operations. Retrieve details about errored states, including file access, to facilitate infrastructure recovery processes.
Instructions
Retrieve the errored state from a failed apply.
Gets information about a state file that failed to upload during an apply, providing access to the state data for recovery purposes.
API endpoint: GET /applies/{apply_id}/errored-state
Args: apply_id: The ID of the apply with a failed state upload (format: "apply-xxxxxxxx")
Returns: Information about the errored state including access details. The redirect to the state file is automatically followed.
See: docs/tools/apply.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apply_id | Yes |