diff --git a/README.md b/README.md index cc6e028..19e8f92 100644 --- a/README.md +++ b/README.md @@ -27,3 +27,13 @@ curl -fsSL https://raw.githubusercontent.com/mehdicopter/dotfiles/main/install.s - [Rectangle](https://rectangleapp.com/) - Resize windows - [Slack](https://slack.com/) - Messaging app for business - [Visual Studio Code](https://code.visualstudio.com/) - Code Editor + +### Binaries + +#### Terraform + +- [terraform](https://www.terraform.io/) +- [tfsec](https://github.com/aquasecurity/tfsec) +- [tflint](https://github.com/terraform-linters/tflint) +- [infracost](https://github.com/infracost/infracost) +- [driftctl](https://driftctl.com/) diff --git a/run_once_before_00_homebrew.sh b/run_once_before_00_homebrew.sh index c34e526..c12e09f 100644 --- a/run_once_before_00_homebrew.sh +++ b/run_once_before_00_homebrew.sh @@ -17,4 +17,12 @@ cask "transmission" cask "rectangle" cask "slack" cask "visual-studio-code" + +## binaries +# Terraform +brew "terraform" +brew "tfsec" +brew "tflint" +brew "infracost" +brew "driftctl" EOF