From edd1d1966c409151f17605d39cd53ede21aa2ad1 Mon Sep 17 00:00:00 2001 From: Ic3w0lf Date: Wed, 1 Nov 2023 00:17:50 +0000 Subject: [PATCH] chore(template): merge template changes :up: --- .pre-commit-config.yaml | 2 -- .tflint.hcl | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6a64bc4..d96a421 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,6 @@ repos: hooks: - id: terraform_docs - id: terraform_fmt - args: - - --args=-recursive - id: terraform_validate args: - --hook-config=--retry-once-with-cleanup=true diff --git a/.tflint.hcl b/.tflint.hcl index d21376c..db94b46 100644 --- a/.tflint.hcl +++ b/.tflint.hcl @@ -5,6 +5,6 @@ plugin "terraform" { plugin "aws" { enabled = true - version = "0.27.0" + version = "0.18.0" source = "github.com/terraform-linters/tflint-ruleset-aws" }