We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939d988 commit c221331Copy full SHA for c221331
examples/manual-approve-with-azure-devops/azure-pipelines.yml
@@ -29,16 +29,8 @@ steps:
29
30
- checkout: self
31
32
-# - script: |
33
-# echo "Working in $(pwd) path=$PATH"
34
-# curl -o terraform_${TERRAFORM_VERSION}_linux_amd64.zip https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
35
-# unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip
36
-# chmod a+x terraform
37
-# mv terraform ~/
38
-# ~/terraform -version
39
-# displayName: 'Install Terraform'
40
-
41
- script: |
+ eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
42
brew tap hashicorp/tap
43
brew install hashicorp/tap/terraform
44
displayName: 'Install Terraform'
0 commit comments