generated from bananalab/terraform-modules-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBrewfile
12 lines (11 loc) · 781 Bytes
/
Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
brew "checkov" # IaC policy check https://checkov.io
brew "direnv" # Context based environment manager https://diren/v.net/
brew "git" # Git SCM client
brew "gh" # GitHub CLI
brew "gomplate" # Template renderer https://docs.gomplate.ca/
brew "jq" # A lightweight and flexible command-line JSON processor. https://stedolan.github.io/jq/
brew "pre-commit" # A framework for managing and maintaining multi-language pre-commit hooks. https://pre-commit.com/
brew "terraform-docs" # Tool to generate documentation from Terraform modules
brew "tfenv" # Terraform version manager inspired by rbenv https://github.com/tfutils/tfenv
brew "tflint" #A Pluggable Terraform Linter https://github.com/terraform-linters/tflint
brew "yq" # A lightweight and flexible command-line YAML processor.