Skip to content

Commit

Permalink
fix: Removing typo in documentation (#3827)
Browse files Browse the repository at this point in the history
* Adding new flag everywhere relevant, implementing policy result workaround

* Fixing unit test str matching, adding custom policy conditional to step_runner

* Adding documentation steps for custom policy tools

* Refactoring ConftestOutput attribute to PolicyOutput

* Adding new flag everywhere relevant, implementing policy result workaround

* Fixing unit test str matching, adding custom policy conditional to step_runner

* Adding documentation steps for custom policy tools

* Refactoring ConftestOutput attribute to PolicyOutput

* Fixing custom policy docs typo

* End spacing
  • Loading branch information
bgalkows authored Oct 6, 2023
1 parent bb18da2 commit 6d43214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runatlantis.io/docs/custom-policy-checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ If you want to run custom policy tools or scripts instead of the built-in Confte
This option can be configured either at the server-level in a [repos.yaml config file](server-configuration.md) or at the repo-level in an [atlantis.yaml file.](repo-level-atlantis-yaml.md).

## Server-side config example
Set the `policy_check` and `custom_policy_check` options to true, and run the custom tool in the policy check steps as seen below. No
Set the `policy_check` and `custom_policy_check` options to true, and run the custom tool in the policy check steps as seen below.

```yaml
repos:
Expand Down Expand Up @@ -42,4 +42,4 @@ projects:
custom_policy_check: true
autoplan:
when_modified: ["*.tf"]
```
```

0 comments on commit 6d43214

Please sign in to comment.