Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.
🚀 We have rebranded to opentaco see here for details.

About OpenTaco

Digger has rebranded to OpenTaco. You may still see legacy "digger" naming in some commands, variables, and pages while documentation is being updated.

What is OpenTaco?

OpenTaco helps you run Terraform and OpenTofu safely across your team.
It has four major capabilities:
  • State management with access controls and version history, with an HCP Terraform-compatible interface for drop-in workflows
  • Remote runs (Beta) that execute Terraform remotely and stream logs back, similar to HCP Terraform remote execution
  • PR automation for plan/apply workflows in CI (historically Digger's core focus)
  • Drift detection + remediation to detect infrastructure drift and close the loop through notifications and apply workflows
You can adopt all four capabilities as a full platform, or start with just the subset that fits your workflow today.
OpenTaco is open source and self-hostable. You can run it in your own environment and keep full control over your infrastructure workflows. See the self-hosting docs for setup options.

How these paths fit together

These paths are not mutually exclusive. Many teams start with PR Automation, add Drift Detection + Remediation next, and combine with State Management as they mature.

Common capability combinations

CombinationOutcome
All capabilitiesFull platform workflow with centralized state, CI automation, drift operations, and remote execution.
PR Automation onlySafer plan/apply collaboration in pull requests without changing your existing state backend.
State Management onlyCentralized state with access controls and version history while keeping your current CI process.
State Management + Remote Runs (Beta)Terraform Cloud-like remote execution with a CLI-first workflow.