tfc-plan-json
Installation
SKILL.md
Terraform Cloud Plan JSON
Download and analyze structured plan JSON output from Terraform Cloud runs for detailed resource change analysis.
When to Use This Skill
| Use this skill when... | Use a sibling instead when... |
|---|---|
| Programmatically diffing which resources a plan will create/update/delete | Reading the human-readable plan/apply log (tfc-run-logs) |
| Inspecting provider versions or planned output values in a run | Checking only the pass/fail status of a run (tfc-run-status) |
| Auditing resource replacement reasons across a plan | Listing multiple runs to find the right run ID (tfc-list-runs) |
| Feeding plan JSON into downstream tooling (cost, policy, drift) | Browsing FVH-specific workspace runs by shorthand (tfc-workspace-runs) |
Prerequisites
export TFE_TOKEN="your-api-token" # User or team token with admin workspace access
export TFE_ADDRESS="app.terraform.io" # Optional