From 9d03c61dcb923c148a5c786bfbf71d82b622d7fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 10:17:50 +0000 Subject: [PATCH] chore(deps): update dependency terraform-linters/tflint-ruleset-aws to v0.30.0 (github/services/foo) --- github/services/foo/.tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/services/foo/.tflint.hcl b/github/services/foo/.tflint.hcl index d2bd364a9..3f68c4647 100644 --- a/github/services/foo/.tflint.hcl +++ b/github/services/foo/.tflint.hcl @@ -1,7 +1,7 @@ # https://github.com/terraform-linters/tflint-ruleset-aws plugin "aws" { enabled = true - version = "0.29.0" # renovate: depName=terraform-linters/tflint-ruleset-aws + version = "0.30.0" # renovate: depName=terraform-linters/tflint-ruleset-aws source = "github.com/terraform-linters/tflint-ruleset-aws" # https://github.com/terraform-linters/tflint-ruleset-aws/blob/master/docs/deep_checking.md