Skip to content
This repository has been archived by the owner on Oct 13, 2020. It is now read-only.
/ terraform-linter Public archive

Run terraform linting as with a pre-commit hook

Notifications You must be signed in to change notification settings

CyberGRX/terraform-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-linter

Pre-commit hook that will run terraform fmt -write=true on .tf|.tfvars files.

usage

Add the following block to your .pre-commit-config.yaml

  - repo: https://github.com/CyberGRX/terraform-linter
    rev: master
    hooks:
      - id: terraform-linter

docker

Public repo: https://hub.docker.com/r/cybergrx/terraform-linter

About

Run terraform linting as with a pre-commit hook

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published