-
- Get started with Digger in minutes.
-
+
+ Get started with OpenTaco in minutes.
+## An All-in-One Terraform Toolkit
+OpenTaco is a comprehensive solution that brings together everything you need to manage Terraform workflows effectively:
+**State Management**: Built-in state management with RBAC, validation, and cross-account access. The state manager provides versioning and rollback capabilities.
+**PR Automation**: Automatically run `terraform plan` on pull requests and post results as comments. Apply changes automatically within the PR, configure apply-on-merge workflows, and enforce approval requirements. OpenTaco handles PR-level locking to prevent conflicts between concurrent changes.
+**Remote Runs**: Execute Terraform commands remotely and stream logs back to your terminal or CI system (using the TFE protocol)
-## Run Terraform in your CI
-
-Digger spins up jobs in your existing CI instead of running its own CI-like infrastructure. This is:
-- More scalable, because the on-demand compute of your CI is reused
-- More secure, because your sensitive data never leaves the CI job
-
-## Compared to Atlantis
-- No need to host and maintain a server
-- Secure by design
-- Scalable compute with jobs isolation
-- Role-based access control via OPA
-
-Read more about differences with Atlantis in our [blog post](https://medium.com/@DiggerHQ/digger-and-atlantis-key-differences-c08029ffe112)
-
-## Compared to Terraform Cloud and other TACOs
-- Open source
-- No duplication of the CI/CD stack
-- Secrets not shared with a third party
-
-## Support for other CI's
-
-We are currently designing Digger to be Multi-CI, so that in addition to GitHub Actions, you can run Terraform/OpenTofu within other CI's such as Gitlab CI, Azure DevOps, Bitbucket, TeamCity, Circle CI and Jenkins, while still having the option to orchestrate jobs using Digger's [Orchestrator Backend](https://docs.digger.dev/self-host/deploy-docker).
-
-Read more in this [blog](https://blog.digger.dev/how-we-are-designing-digger-to-support-multiple-ci-systems/), and please share your requirement on [Slack](https://bit.ly/diggercommunity) if you require support for other CI's. Your feedback/insight would help us a lot as this feature is in active development.
\ No newline at end of file
+**Drift Detection**: Continuously monitor your infrastructure for configuration drift. Schedule automated scans that detect changes and create GitHub issues for remediation.