From b09fe40fc788e047905025667178bbe10273c5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Thu, 20 Jul 2023 01:13:00 +0200 Subject: [PATCH] chore(deps): update tflint aws rules to 0.24.2 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index b12d71b..90e226b 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -90,7 +90,7 @@ rule "terraform_workspace_remote" { # https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/configuration.md plugin "aws" { enabled = true - version = "0.24.1" # https://github.com/terraform-linters/tflint-ruleset-aws/releases + version = "0.24.2" # https://github.com/terraform-linters/tflint-ruleset-aws/releases source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = true