From 58a2d8f5cd4b61f31b28a20fcee31d3d6471098d Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sun, 9 Oct 2022 16:05:31 +0700 Subject: [PATCH] ci: disable Terraform validate in pre-commit hook Just run static checks in pre-commit, we have Terratest for validate --- .pre-commit-config.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c25c1545..fd653fe4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,4 +24,3 @@ repos: - id: helmlint - id: shellcheck - id: terraform-fmt - - id: terraform-validate