Skip to content

Commit

Permalink
docs(README): add documents about input parameters (#98)
Browse files Browse the repository at this point in the history
- `tflint_target_dir`
- `tflint_config`

Signed-off-by: Rintaro Okamura <[email protected]>
  • Loading branch information
rinx authored Aug 19, 2024
1 parent 0a8c6a4 commit b61e666
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ Default is `` (empty).
Optional. Whether to run `tflint --init` prior to linting (useful if you have a .tflint.hcl with some values in it).
The default is `false`.

### `tflint_target_dir`

Optional. The target dir for the tflint command. This is the directory passed to tflint as opposed to working_directory which is the directory the command is executed from.
The default is `.`.

### `tflint_config`

Optional. Config file name for tflint.
The default is `.tflint.hcl`

### `flags`

Optional. List of arguments to send to `tflint`.
Expand Down

0 comments on commit b61e666

Please sign in to comment.