From 1af33114fe10395159dde3ac3b524ef958d342d7 Mon Sep 17 00:00:00 2001 From: Mehdi MAHFOUDI Date: Tue, 10 Jan 2023 15:11:25 +0100 Subject: [PATCH] feat(brew): add terraform (#9) --- README.md | 10 ++++++++++ run_once_before_00_homebrew.sh | 8 ++++++++ 2 files changed, 18 insertions(+) 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