Skip to content

Commit

Permalink
fix typo in readme (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrydak authored Nov 20, 2023
1 parent 03f8a22 commit cee0af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/readme/howitworks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Digger has 2 main components:

When a PR is opened, Digger starts a CI job that runs `terraform plan` and posts plan output as comment. You can then comment "digger apply" to run `terraform apply`. Digger can also be configured to run apply only after the PR has been merged; to check plan output against OPA policies; to run drift detection on schedule; and so on.

The orchestrator backend does not have access to your cloud account, or terraform ates, or plan output, or tfvars, or any other sensitive data. It just triggers CI jobs; your sensitive data never leaves the high-trust environment of your CI. For this reason, there is little reason to self-host the backend of Digger (although you still can). Much easier to use the managed cloud version of the orchestrator.
The orchestrator backend does not have access to your cloud account, or terraform states, or plan output, or tfvars, or any other sensitive data. It just triggers CI jobs; your sensitive data never leaves the high-trust environment of your CI. For this reason, there is little reason to self-host the backend of Digger (although you still can). Much easier to use the managed cloud version of the orchestrator.

<Note>
Digger can also run as a standalone GitHub Action without a backend. In this case:
Expand Down

0 comments on commit cee0af4

Please sign in to comment.