From 3b51fb260fef00e2c92c2e7a7022b1f5d973a71e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 05:25:57 +0000 Subject: [PATCH] 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 b1697d0..3ba1d4d 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" }