tf_workspace_init
Creates an isolated workspace for Terraform projects, copying local .tf files or setting up an empty sandbox to enable safe planning, policy checks, and cost estimates before human approval.
Instructions
Checks out/copies a Terraform project into a sandboxed workdir.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceDir | No | Local directory to copy .tf files from. Omit to just create an empty workspace. | |
| workspaceId | Yes |