Changelog Dec 4th 2025

  • Expanded HCP Terraform Run Task support from a single Plan check to four dedicated endpoints: /summary, /plan, /guard, and /cost, all wired into Terracotta’s APIs.
  • Added HCP Summary run task (post-plan) that uses tcSummaryAPI against the Terraform plan JSON, producing a plain-English explanation of what the plan will do, key changes, and risks.
  • Added HCP Guard run task that runs tcGuardAPI against org-level global guardrails, evaluating the Terraform plan JSON (converted into synthetic “files”) and returning per-violation line-item outcomes in Terraform Cloud.
  • Added HCP Cost run task that runs tcCostAPI in plan mode, converting cost insights into structured HCP outcomes so teams can see cost impact and potential spend risks directly in the run details.