digger.yml listing a subset of projects (for example, only dev or only prod).
Approach
- Create a dedicated
digger.ymlthat lists only the projects or blocks you want scanned. - Point your drift workflow to that file using the
digger-filenameinput. - Repeat per environment if needed.
Examples
Explicit projects
Terragrunt-generated blocks
Referencing the file in your workflow
Notes
- There is no per-project drift filter in the action; scoping via a dedicated config file is the recommended approach.
- You can also mark projects with
drift_detection: falsein your main config to disable drift checks for them.
Related
- Quickstart: see /ce/drift/quickstart-github-actions
- Scheduling: see /ce/drift/scheduling

