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" }