get_cost_estimate_details
Retrieve detailed cost estimates for Terraform Cloud resources, including status, resource counts, and monthly cost projections, using a specific cost estimate ID.
Instructions
Get details for a specific cost estimate.
Retrieves comprehensive information about a cost estimate including its current status, resource counts, monthly cost estimations, and relationship to other resources.
API endpoint: GET /cost-estimates/{cost_estimate_id}
Args: cost_estimate_id: The ID of the cost estimate to retrieve details for (format: "ce-xxxxxxxx")
Returns: Cost estimate details including status, timestamps, resource counts, and monthly cost estimations
Note:
There is no endpoint to list cost estimates. You can find the ID for a cost estimate
in the relationships.cost-estimate
property of a run object.
See: docs/tools/cost_estimate.md for reference documentation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cost_estimate_id | Yes |