Skip to content

Commit

Permalink
feat(brew): add terraform (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdicopter authored Jan 10, 2023
1 parent 4386fa3 commit 1af3311
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
8 changes: 8 additions & 0 deletions run_once_before_00_homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1af3311

Please sign in to comment.