From 89944dbaf592683e74f564eb4abcf0419a357aa7 Mon Sep 17 00:00:00 2001 From: Felipe Augusto <14238257+felipementel@users.noreply.github.com> Date: Wed, 7 Jul 2021 13:31:11 -0300 Subject: [PATCH] Add Terraform --- install.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index bdf0006..420d1c1 100644 --- a/install.ps1 +++ b/install.ps1 @@ -34,7 +34,8 @@ choco feature enable -n=allowGlobalConfirmation; ,"nvm" ,"postman" ,"vim" -,"microsoft-teams") + ($pins = @("vscode")) | % { choco install $_ }; +,"microsoft-teams" +,"terraform") + ($pins = @("vscode")) | % { choco install $_ }; <# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };