Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 439 Bytes

terraform-module-template

Getting Started

Pre-commit:

  • Install pre-commit. E.g. brew install pre-commit.
  • Run pre-commit install in this repo. (Every time you clone a repo with pre-commit enabled you will need to run the pre-commit install command)
  • That’s it! Now every time you commit a code change (.tf file), the hooks in the hooks: config .pre-commit-config.yaml will execute.