From 7317961a9fa421ec73c0f7d75374c042bd245ea5 Mon Sep 17 00:00:00 2001 From: LiranV Date: Thu, 1 Sep 2022 09:59:39 +0300 Subject: [PATCH] docs: Fix README tflint example (#428) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6300e5422..a7e820f33 100644 --- a/README.md +++ b/README.md @@ -553,14 +553,14 @@ Example: ### terraform_tflint -1. `terraform_tflint` supports custom arguments so you can enable module inspection, deep check mode, etc. +1. `terraform_tflint` supports custom arguments so you can enable module inspection, enable / disable rules, etc. Example: ```yaml - id: terraform_tflint args: - - --args=--deep + - --args=--module - --args=--enable-rule=terraform_documented_variables ```