From 893db6597202d2d4f5ffaefdd4e46aa53ac69f70 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:48:20 +0000 Subject: [PATCH] chore(deps): update tflint plugin terraform-linters/tflint-ruleset-aws to v0.34.0 --- .config/tflint.hcl | 2 +- .tflint.hcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tflint.hcl b/.config/tflint.hcl index 4cef421..4976326 100644 --- a/.config/tflint.hcl +++ b/.config/tflint.hcl @@ -10,7 +10,7 @@ plugin "terraform" { plugin "aws" { source = "github.com/terraform-linters/tflint-ruleset-aws" - version = "0.33.0" + version = "0.34.0" enabled = true deep_check = true diff --git a/.tflint.hcl b/.tflint.hcl index b6a1516..b53d2dd 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -1,6 +1,6 @@ plugin "aws" { source = "github.com/terraform-linters/tflint-ruleset-aws" - version = "0.33.0" + version = "0.34.0" enabled = true