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
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@
7
7
<ahref="https://docs.digger.dev/">Docs</a>
8
8
</h2>
9
9
10
-
CI/CD for Terraform is [tricky](https://itnext.io/pains-in-terraform-collaboration-249a56b4534e). To make life easier, specialised CI systems aka [TACOS](https://itnext.io/spice-up-your-infrastructure-as-code-with-tacos-1a9c179e0783) exist - Terraform Cloud, Spacelift, Atlantis, etc.
10
+
CI/CD for Terraform is [tricky](https://itnext.io/pains-in-terraform-collaboration-249a56b4534e). To make life easier, specialized CI systems aka [TACOS](https://itnext.io/spice-up-your-infrastructure-as-code-with-tacos-1a9c179e0783) exist - Terraform Cloud, Spacelift, Atlantis, etc.
11
11
12
12
But why have 2 CI systems? Why not reuse the async jobs infrastructure with compute, orchestration, logs, etc of your existing CI?
13
13
14
-
Digger runs terraform natively in your CI. This is:
14
+
Digger runs Terraform natively in your CI. This is:
15
15
16
16
- Secure, because cloud access secrets aren't shared with a third-party
17
-
- Cost-effective, because you are not paying for additional compute just to run your terraform
17
+
- Cost-effective, because you are not paying for additional compute just to run your Terraform
18
18
19
19
## Features
20
20
@@ -28,13 +28,13 @@ Digger runs terraform natively in your CI. This is:
0 commit comments