Skip to content

Commit cf37601

Browse files
(Typo): Update README.md (#1778)
Corrected some spelling mistakes and grammar fluency.
1 parent 2b46e7e commit cf37601

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<a href="https://docs.digger.dev/">Docs</a>
88
</h2>
99

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.
1111

1212
But why have 2 CI systems? Why not reuse the async jobs infrastructure with compute, orchestration, logs, etc of your existing CI?
1313

14-
Digger runs terraform natively in your CI. This is:
14+
Digger runs Terraform natively in your CI. This is:
1515

1616
- 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
1818

1919
## Features
2020

@@ -28,13 +28,13 @@ Digger runs terraform natively in your CI. This is:
2828

2929
## Getting Started
3030

31-
- [Github Actions + AWS](https://docs.digger.dev/getting-started/github-actions-+-aws)
32-
- [Github Actions + GCP](https://docs.digger.dev/getting-started/github-actions-and-gcp)
31+
- [GitHub Actions + AWS](https://docs.digger.dev/getting-started/github-actions-+-aws)
32+
- [GitHub Actions + GCP](https://docs.digger.dev/getting-started/github-actions-and-gcp)
3333

3434
## How it works
3535

3636
Digger has 2 main components:
37-
- CLI that runs inside your CI and calls terraform with the right arguments
37+
- CLI that runs inside your CI and calls Terraform with the right arguments
3838
- Orchestrator - a minimal backend (that can also be self-hosted) that triggers CI jobs in response to events such as PR comments
3939

4040
Digger also stores PR-level locks and plan cache in your cloud account (DynamoDB + S3 on AWS, equivalents in other cloud providers)
@@ -47,7 +47,7 @@ Digger also stores PR-level locks and plan cache in your cloud account (DynamoDB
4747
- RBAC and policies via OPA
4848
- Drift detection
4949
- Apply-after-merge workflows
50-
- Web UI (cloud based)
50+
- Web UI (cloud-based)
5151
- Read more about differences with Atlantis in our [blog post](https://medium.com/@DiggerHQ/digger-and-atlantis-key-differences-c08029ffe112)
5252
5353
## Compared to Terraform Cloud and other TACOs

0 commit comments

Comments
 (0)