tf_drift
Detect infrastructure drift by running a refresh-only plan to identify resources changed outside Terraform. Reports differences between state and reality without making changes.
Instructions
Detect infrastructure drift — resources that were changed outside of Terraform (e.g. manually in the cloud console). Runs a refresh-only plan and reports differences between state and reality. Read-only, makes no changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workdir | Yes | Absolute or relative path to the directory containing .tf files | |
| workspace | No | Terraform workspace to use (default: current workspace) |