tfc-run-status
Installation
SKILL.md
Terraform Cloud Run Status
Quick status check for Terraform Cloud runs with resource change counts, timestamps, and available actions.
When to Use This Skill
| Use this skill when... | Use a sibling instead when... |
|---|---|
| Checking whether a known run ID succeeded, failed, or is mid-flight | Reading the full plan/apply log text (tfc-run-logs) |
| Polling a run until it reaches a final state | Analyzing structured plan JSON for resource changes (tfc-plan-json) |
| Inspecting available actions (confirm/cancel/discard) on a run | Listing or filtering many runs to discover an ID (tfc-list-runs) |
| Reading cost estimate or resource add/change/destroy counts | Browsing latest runs for FVH workspaces (tfc-workspace-runs) |
Prerequisites
export TFE_TOKEN="your-api-token" # User or team token
export TFE_ADDRESS="app.terraform.io" # Optional