From c6d7ca1e681a862f3e833bab9d89e0a9f00affff Mon Sep 17 00:00:00 2001 From: Deepak verma <89906661+d4kverma@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:17:11 +0530 Subject: [PATCH] Update .tflint.hcl --- .github/config/.tflint.hcl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/config/.tflint.hcl b/.github/config/.tflint.hcl index 9c1b236d..2f507004 100644 --- a/.github/config/.tflint.hcl +++ b/.github/config/.tflint.hcl @@ -5,10 +5,10 @@ config { } plugin "aws" { - enabled = true - version = "0.25.0" - source = "github.com/terraform-linters/tflint-ruleset-aws" - deep_check = false + enabled = true + version = "0.21.0" + source = "github.com/terraform-linters/tflint-ruleset-aws" + deep_check = false } rule "aws_instance_invalid_type" {