get_plan_details
Retrieve detailed information about a specific Terraform plan, including status, logs, resource counts, and related resource relationships. Use this tool to monitor and analyze plan execution within Terraform Cloud.
Instructions
Get details for a specific plan.
Retrieves comprehensive information about a plan including its current status, logs, resource counts, and relationship to other resources.
API endpoint: GET /plans/{plan_id}
Args: plan_id: The ID of the plan to retrieve details for (format: "plan-xxxxxxxx")
Returns: Plan details including status, timestamps, and resource change counts
See: docs/tools/plan.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
plan_id | Yes |