Add Terraform
This commit is contained in:
+2
-1
@@ -34,7 +34,8 @@ choco feature enable -n=allowGlobalConfirmation;
|
|||||||
,"nvm"
|
,"nvm"
|
||||||
,"postman"
|
,"postman"
|
||||||
,"vim"
|
,"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="$_" };
|
<# avoiding future upgrades of these following programs. #> $pins | % { choco pin add -n="$_" };
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user