Skip to content

Commit aac4523

Browse files
authored
add TFLINT_PLUGIN_DIR option to README (#99)
1 parent 5fcc3b1 commit aac4523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This ruleset focus on possible errors and best practices about AWS resources. Ma
1414

1515
## Installation
1616

17-
Download the plugin and place it in `~/.tflint.d/plugins/tflint-ruleset-aws` (or `./.tflint.d/plugins/tflint-ruleset-aws`). When using the plugin, configure as follows in `.tflint.hcl`:
17+
Download the plugin and place it in `~/.tflint.d/plugins/tflint-ruleset-aws` (or `./.tflint.d/plugins/tflint-ruleset-aws`). You can also set another plugin location with the `TFLINT_PLUGIN_DIR` environment variable. When using the plugin, configure as follows in `.tflint.hcl`:
1818

1919
```hcl
2020
plugin "aws" {

0 commit comments

Comments
 (0)