Skip to content

Commit 31a6cb6

Browse files
authored
Install hashicorp tools (#17)
1 parent 1b4397c commit 31a6cb6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

macOS/Brewfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11

22
# Taps
3-
tap "azure/bicep", "https://github.com/azure/bicep"
43
tap "azure/functions"
54
tap "azure/kubelogin"
65
tap "homebrew/cask"
@@ -61,7 +60,7 @@ brew "azcopy"
6160
brew "azure-cli"
6261
# brew "azure-functions-core-tools"
6362
brew "azure-functions-core-tools@3"
64-
brew "bicep"
63+
# brew "bicep"
6564
brew "bash" # macOS bash version is outdated
6665
brew "coreutils"
6766
brew "dos2unix"
@@ -78,13 +77,14 @@ brew "kubernetes-cli"
7877
brew "nmap"
7978
brew "openjdk"
8079
brew "openssl"
80+
brew "hashicorp/tap/packer"
8181
brew "pulumi"
8282
brew "python"
8383
brew "rsync"
8484
brew "ruby"
8585
brew "sqlite"
8686
brew "telnet"
87-
#brew "hashicorp/tap/terraform"
87+
brew "hashicorp/tap/terraform"
8888
brew "tfenv"
8989
brew "tflint"
9090
brew "tmux"

macOS/bootstrap_mac.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ if test ! $(which tfenv); then
3939
brew link tfenv
4040
fi
4141
tfenv install latest
42+
tfenv use latest
4243

4344
# PATH
4445
echo "Updating /etc/paths.d..."

0 commit comments

Comments
 (0)