diff --git a/README.md b/README.md index 39f855cbd..386451ab8 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,15 @@ if they are present in `README.md`. ```yaml hooks: - id: terraform_tflint - args: ['--deep'] + args: ['args=--deep'] + ``` + + In order to pass multiple args, try the following: + ```yaml + - id: terraform_tflint + args: + - 'args=--deep' + - 'args=--enable-rule=terraform_documented_variables' ``` ## Notes for developers