Add Terraform

This commit is contained in:
Felipe Augusto
2021-07-07 13:31:11 -03:00
committed by GitHub
parent f94fb72824
commit 89944dbaf5
+2 -1
View File
@@ -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="$_" };