Skip to content

Commit

Permalink
Fix typo in rule documentation (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm authored Dec 29, 2022
1 parent ed5566c commit df0f6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/terraform_deprecated_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Reference: https://github.com/terraform-linters/tflint-ruleset-terraform/blob/v0

```hcl
locals {
list = [{a = "b}, {a = "c"}]
list = [{a = "b"}, {a = "c"}]
value = list.*.a
}
```
Expand Down

0 comments on commit df0f6ca

Please sign in to comment.