Created
October 17, 2022 19:11
-
-
Save tsoe77/8f8e24831e31948a3c9838c96e77b2cb to your computer and use it in GitHub Desktop.
terraform pre-commit example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| repos: | |
| - repo: https://github.com/pre-commit/pre-commit-hooks | |
| rev: v3.2.0 | |
| hooks: | |
| - id: trailing-whitespace | |
| - id: check-yaml | |
| - id: check-added-large-files | |
| - repo: https://github.com/antonbabenko/pre-commit-terraform | |
| rev: v1.76.0 | |
| hooks: | |
| - id: terraform_tflint | |
| - id: terraform_fmt | |
| - id: terraform_tfsec |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment