Skip to content

Instantly share code, notes, and snippets.

@tsoe77
Created October 17, 2022 19:11
Show Gist options
  • Select an option

  • Save tsoe77/8f8e24831e31948a3c9838c96e77b2cb to your computer and use it in GitHub Desktop.

Select an option

Save tsoe77/8f8e24831e31948a3c9838c96e77b2cb to your computer and use it in GitHub Desktop.
terraform pre-commit example
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