From cf2a3b0b3131cd8abf6ed521f5d0fe4370f0fa13 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:18:23 +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