Skip to content

Commit

Permalink
docs: fix spelling error
Browse files Browse the repository at this point in the history
Signed-off-by: Amber Beasley <[email protected]>
  • Loading branch information
amber-beasley-liatrio committed Apr 12, 2024
1 parent 90ebe3e commit 713a11a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ resource "azurerm_managed_disk" "sample" {
```

If you prefer combined multiple configurations you can use the `parse_combined_config_files`
builtin. It acceptss a list of file paths as the parameter and returns the parsed
builtin. It accepts a list of file paths as the parameter and returns the parsed
configuration as an list of Rego objects. When iterating over the combined input,
the policy will return an list of results for each iteration of the policy over the
input list. The example below shows a violation for deployments not matching a service
Expand Down Expand Up @@ -263,6 +263,7 @@ test_parse_combined_config_file {
```

**combine.yaml**

```yaml
apiVersion: apps/v1
kind: Deployment
Expand Down

0 comments on commit 713a11a

Please sign in to comment.