get_apply_details
Retrieves detailed information about a specific Terraform apply, including status, logs, resource counts, and relationships. Use this tool to monitor and analyze apply operations by providing the apply ID.
Instructions
Get details for a specific apply.
Retrieves comprehensive information about an apply including its current status, logs, resource counts, and relationship to other resources.
API endpoint: GET /applies/{apply_id}
Args: apply_id: The ID of the apply to retrieve details for (format: "apply-xxxxxxxx")
Returns: Apply details including status, timestamps, and resource change counts
See: docs/tools/apply.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apply_id | Yes |