You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Digger is Github Action that runs Terraform `plan` and `apply` with PR-level locks
10
+
Digger runs Terraform jobs in the CI/CD system you already have, such as Github Actions.
11
11
12
-
Unlike Terraform Cloud or Spacelift, terraform jobs run natively in your Github Actions - no need to share sensitive data with another CI system
12
+
CI/CD for Terraform is [not easy](https://itnext.io/pains-in-terraform-collaboration-249a56b4534e). This is why Terraform Cloud, Spacelift and Atlantis are essentially standalone full-stack CI/CD systems.
13
13
14
-
Unlike Atlantis, there's no need to deploy and maintain a backend service.
14
+
But why have 2 CI systems? Why not reuse the existing CI infrastructure? Digger does just that.
15
15
16
-
<imgwidth="693"alt="Screenshot 2023-02-24 at 19 52 12"src="https://user-images.githubusercontent.com/1280498/221277610-368ae950-6319-4bf3-9df2-ca75ca5a05f9.png">
16
+
With Digger terraform jobs natively in your CI runners. It takes care of locks, state, outputs etc.
0 commit comments