impact_emit
Generate a machine-readable Impact Manifest from a Terraform plan to assess change safety. Runs offline and plan-only, returning a manifest handle for further explanation.
Instructions
Produce an Impact Manifest (a machine-readable change-safety assertion) from a Terraform plan, using blastcheck.
plan_path may point at terraform show -json output or at a saved
.tfplan file (converted automatically). The analysis is offline and
plan-only: nothing is sent anywhere, no cloud credentials are used,
and a plan-only manifest can never claim safe - it says what it
verified and what it could not.
Returns a manifest_handle (pass it to impact_explain) plus a short summary. The full manifest is written to a private temp file rather than returned inline, because it is large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |