From dd4b13c844ca2ccb900a1bf6f5ade0011dbd275c Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 18 Dec 2022 16:10:30 +0100 Subject: [PATCH] fix tflint config --- .tflint.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tflint.hcl b/.tflint.hcl index 1d1b707..1fdcf2b 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -4,9 +4,9 @@ plugin "terraform" { } rule "terraform_required_version" { - enabled = disabled + enabled = false } rule "terraform_required_providers" { - enabled = disabled + enabled = false }