get_apply_details
Retrieve detailed information about a specific Terraform apply, including status, logs, resource counts, and relationships. Use the apply ID to access comprehensive data via the Terraform Cloud MCP server.
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 |