From 46070f9d0772d49791231943dfce987b6768441f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 14:42:20 +0000 Subject: [PATCH] patch(deps): update dependency terraform-linters/tflint to v0.50.1 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 10bc984..adcd28f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -11,7 +11,7 @@ terraform_tflint_enabled: True # @var terraform_tflint_version:description: Version of tflint to install # renovate: datasource=github-releases depName=terraform-linters/tflint -terraform_tflint_version: 0.50.0 +terraform_tflint_version: 0.50.1 # @var terraform_tflint_arch:description: Architecture for tflint terraform_tflint_arch: "{{ 'arm64' if ansible_architecture == 'aarch64' else 'amd64' }}"