Digger is an open-source infrastructure as code (IaC) automation tool that integrates with Terraform to manage cloud resources efficiently. It addresses the challenge of infrastructure drift by providing real-time drift detection and automated pull request management, enabling developers to maintain alignment between code and deployed resources.
Funding
$3.3M raised to dateRaised to date based on public sources. This may differ from the amount the company actually raised and is based only on what is publicly available on the internet.


EFFCZPFounders
Product
Problem
Managing cloud infrastructure with Terraform often leads to configuration drift, where the actual state of resources diverges from the intended state defined in code. Detecting and correcting this drift manually is time-consuming and error-prone, potentially causing inconsistencies and security vulnerabilities.
Solution
Digger is an open-source infrastructure-as-code (IaC) automation tool that integrates with Terraform and OpenTofu to streamline cloud resource management. It provides real-time drift detection, alerting teams to discrepancies between the declared and actual infrastructure states. Digger automates Terraform plan and apply operations within pull requests, ensuring that infrastructure changes are reviewed and approved before deployment. By centralizing management and enforcing policy as code, Digger helps development teams maintain consistent, secure, and compliant cloud environments.
Target Audience
Digger is designed for DevOps engineers, SREs, and platform teams who use Terraform or OpenTofu to manage cloud infrastructure and require automated drift detection and pull request-based workflows.
Features
- Automated Terraform plan and apply execution triggered by pull requests
- Real-time drift detection with alerts via Slack, GitHub Issues, Jira, and Linear
- Parallel execution of Terraform plans and applies for independent projects
- Pull request locking to prevent stale plan previews and ensure consistent deployments
- Dynamic project generation based on directory patterns for managing large numbers of state files
- Integration with CI/CD systems like GitHub Actions for automated workflows
- Role-Based Access Control (RBAC) and policy management via Open Policy Agent (OPA)
- Support for SAML/SSO and SCIM directory sync for account security