0
votes

in Azure DevOps Services pipeline, I'm trying to install Terraform using the following task.

enter image description here

enter image description here

and I'm getting the following error message. I am not sure if I need to import a cert to a cert store?

1
Do you have the same issue if you download this file directly in the browser? releases.hashicorp.com/terraform/0.12.29/… Please check whether you have set up a firewall or network monitoring. In addition, this version of Terraform is out of date. The latest version is 0.13.5.Kevin Lu-MSFT
yeah, Im able to download this manually through the browserwonderfulworldwithcharity
Which agent you are using? I could download the 0.12.29 with hosted agent windows-2019. You could try to run the pipeline with hosted agent windows-2019 and you could also try to use the task Terraform tool installer instead of Terraform installer to download it.Leo Liu-MSFT

1 Answers

0
votes

Here's the answer that seemed to work for someone who had this problem and found the answer in the Azure Pipelines docs, which I'm quoting below:

Specify proxy bypass URLs

Create a .proxybypass file in the agent's root directory that specifies regular expressions (in ECMAScript syntax) to match URLs that should bypass the proxy. For example:

github\.com
hashicorp\.com