run-digger
Version updated for https://github.com/diggerhq/digger to version v0.6.142.
- This action is used across all versions by 14 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, formerly known as Digger and now rebranded as OpenTaco, provides CI/CD automation for Terraform and OpenTofu workflows by running Terraform directly within your existing CI system. It eliminates the need for separate CI tools like Atlantis or Terraform Cloud, enhancing security by keeping secrets within your environment, reducing costs by reusing existing CI infrastructure, and offering features such as pull request automation, RBAC via Open Policy Agent (OPA), drift detection, and PR-level locking. The action simplifies infrastructure-as-code workflows while enabling scalability, flexibility, and self-hosting options.
Release notes
What’s Changed
- docs: update reference and include terragrunt by @s1ntaxe770r in https://github.com/diggerhq/digger/pull/2546
- docs: Update README by @jterceiro in https://github.com/diggerhq/digger/pull/2521
- Fix/handle missing digger config gracefully by @joshuamkite-nfb in https://github.com/diggerhq/digger/pull/2517
- Auto-succeed digger/apply check when plan shows zero changes by @motatoes in https://github.com/diggerhq/digger/pull/2548
New Contributors
- @jterceiro made their first contribution in https://github.com/diggerhq/digger/pull/2521
Full Changelog: https://github.com/diggerhq/digger/compare/v0.6.141...v0.6.142