Community wall of
❤ Love!
Enterprise ready orchestration to Automate, Collaborate & Govern Terraform within your CI/CD system
Built by digger, oss USED BY cloud-native LEADERS
"If I'm not mistaken, Atlantis runs into its own instance which can lead to different issues:
Parallel jobs may slow down the machine
Credentials additions need a server restart (except if you use a credential manager which may lead to unexpected secret sharing.
Easier to manage WIF cloud.google.com/blog/products/... with digger as there is not a single dedicated machine (you get the point)"

Tanguy Antoine @tanguyantoine
X User
"Digger is an alternative to Atlantis with a
different paradigm. https://digger.dev
The terraform jobs run into GitHub Action
which is very convenient from a security point of view."

Tanguy Antoine @tanguyantoine
X User
"Show HN Digger – Open Source Terraform automation and collaboration tool (github.com/diggerhq)"

Show HN
Front Page feature on Hacker News
“We rewrote our entire product in go, from scratch. Watch video on YouTube.”

ThePrimeTime @ThePrimeTimeagen
Front Page feature on Hacker News
“Digger is an open-source alternative to Terraform Cloud. It makes it easy to run terraform plan and apply in the CI / CD platform you already have, such as Github Actions."

Ricardo Castro @mccricardo
X User - SRE content creator
"Opt for GitOps to streamline infrastructure provisioning. This entails storing templates in a Git repository and triggering provisioning based on Git events, like opening a PR or merging to the main branch. This approach offers a clear and predictable representation of your infrastructure.
When it comes to tools, consider utilizing Terraform or Opentofu in conjunction with Digger to leverage GitOps principles. Additionally, for workloads running on a K8S cluster, leverage Kubernetes operator manifests. These describe the infrastructure you want to provision and can be bundled with other app-related Kubernetes manifests within a Helm chart. This approach ensures seamless management of both application and infrastructure changes."

Thomas Martin
Cloud & DevOps Enginner
"You can use a CD tool like Digger or Atlantis (I prefer the former) with GitHub, it will produce a plan in the PR comments which you can approve via a reply, that way you have a way to inspect the plan before releasing it.
I would use Digger, and only release off master/main but it really depends on your set up, how complex your TF is and how well suited it is for Cl.
Another alternative is having automated CD to a staging env first via say a develop branch, then merge to main to release out to prod, but were veering into gitflow which is yuck. Anyway, I'm rambling, try Digger or Atlantis."

HowYouDoin112233
Reddit user
“Used to run in a GitHub actions pipelines, recently switched to Digger. Like it better than Atlantis, less overhead.”

zMynxx
Reddit user
“A well respected DevOps consulting company, featured us on their famous weekly office hours. Timestamp: 8:06”

Cloudposse
Reddit user
"Digger GitHub Actions for Terraform with Code Locking Support. Dedicated remote backend and lock table for every Terraform state file.Independent configurations for dev / staging / prod / you name it.Works with your CI so you don't overpay for third-party managed compute.Secure: secrets and cloud access never shared with Digger. https://digger.dev/"

Erik Osterman (Cloud Posse)
DevOps Accelerator 🚀Cloud Posse, LLC (CEO)
"Tools:
Digger - an open-source alternative to Terraform Cloud"


Konstantinos Livieratos
Embrace Risk - the SRE’s newsletter
"Digger runs terraform natively in existing CI/CD
pipelines. It is secure and cost-effective as
cloud access secrets aren't shared with any
third parties and it doesn't require purchasing
any additional compute just to run a terraform.
Digger works with any Cl and any cloud
provider."

TLDR Newsletter
Featured in July 2023
“Terraform Cloud / Terraform Enterpriseのオープ ンソース代替らしい。プルリクエストベースの plan/applyの仕組みを容易に実現できる。GitHub だけでなくGitLabや他のVCS/CIにも対応。 / “GitHub - diggerhq/digger: Digger is an open source alternative to Terraform Clo…”

matsuu
X user
“diggerhq/digger Run Terraform plan / apply in your CI. github.com/diggerhq/digger”

Anton Babenko
Feature on weekly.tf newsletter