From 183beb8b908fc34ba5a0e48b696395b4368ee912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Voto=C4=8Dek?= Date: Fri, 20 Dec 2024 14:19:56 +0100 Subject: [PATCH] chore(deps): update aws tflint rules to 0.36.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index cee53ac..ff19142 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.34.0" # https://github.com/terraform-linters/tflint-ruleset-aws/releases + version = "0.36.0" # https://github.com/terraform-linters/tflint-ruleset-aws/releases source = "github.com/terraform-linters/tflint-ruleset-aws" deep_check = true