In Backendless mode, digger provides two means scoping drift detection.Documentation Index
Fetch the complete documentation index at: https://docs.opentaco.dev/llms.txt
Use this file to discover all available pages before exploring further.
Using dedicated config
- 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
Using drift patterns
Adddrift_include_patterns and drift_exclude_patterns under generate_projects in your main digger.yml:
dir matches an include pattern and does not match an exclude pattern will run drift detection. Exclude patterns are evaluated after include patterns.
Notes
- Patterns use doublestar glob matching against the project directory path.
- Both fields default to
[]. Ifdrift_include_patternsis empty, all projects are included.

