From cbc4b720590b7db4848f447ec572c595f708fd51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Tue, 15 Oct 2024 17:18:54 +0200 Subject: [PATCH] chore(deps): update tflint aws rules to 0.34.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index 5f0dc9d..234d6ce 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.32.0" # https://github.com/terraform-linters/tflint-ruleset-aws/releases + version = "0.34.0" # https://github.com/terraform-linters/tflint-ruleset-aws/releases source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = true