From 906cb937d196cc1332552b6dbe7e9724e00d130c Mon Sep 17 00:00:00 2001 From: John Wiebalk Date: Thu, 2 Apr 2020 12:09:34 -0400 Subject: [PATCH] remove deep mode --- TEMPLATES/.tflint.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TEMPLATES/.tflint.hcl b/TEMPLATES/.tflint.hcl index 657793c9..5bc2209b 100644 --- a/TEMPLATES/.tflint.hcl +++ b/TEMPLATES/.tflint.hcl @@ -1,7 +1,7 @@ // https://github.com/terraform-linters/tflint/blob/master/docs/guides/config.md config { module = true - deep_check = true + deep_check = false force = false // aws_credentials = { @@ -20,7 +20,7 @@ config { } rule "aws_instance_invalid_type" { - enabled = true + enabled = false } rule "aws_instance_previous_type" {