tf_request_approval
Request human approval for a Terraform plan, returning an approvalId to poll. Blocks if policy findings are blocking, with optional override.
Instructions
Sends the current plan for human approval (Slack, or the server's terminal in APPROVAL_MODE=cli). Refuses if policy findings are blocking. Returns an approvalId to poll.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | ||
| overridePolicy | No | Explicitly override a blocking policy verdict. Requires TF_APPROVAL_GATE_ALLOW_POLICY_OVERRIDE=true server-side. |