Introduction
Getting Started
How To
- Apply on Merge
- Auto-merge
- Backendless mode
- Commenting strategies
- Custom commands
- Destroy via manual workflow
- Disable auto-checkout
- Disable telemetry
- Drift Detection
- Generate projects
- Include / exclude patterns
- Multiple AWS accounts
- Policy overrides
- Project Level Roles for AWS
- Segregate cloud accounts
- Trigger workflow directly
- Using Checkov
- Using Infracost
- Using OPA (Conftest)
- Using Terragrunt
- Specifying version
Reference
Digger Enterprise
Digger API
AWS-specific
Troubleshooting Errors
How To
Auto-merge
You can set auto_merge: true
option to automatically merge the PR when all checks pass (including successful apply). Note that it’s a top-level setting, not project level:
Copy
Ask AI
projects:
- name: development
dir: dev
- name: production
dir: prod
auto_merge: true
Assistant
Responses are generated using AI and may contain mistakes.