From 2b6bed369cd8a518c1301fd3db033ca92d49277f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 17:16:39 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-terraform to v0.10.0 --- .tflint.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tflint.hcl b/.tflint.hcl index ea9c639..af1eb00 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -6,7 +6,7 @@ plugin "aws" { plugin "terraform" { enabled = true - version = "0.9.1" + version = "0.10.0" source = "github.com/terraform-linters/tflint-ruleset-terraform" }