jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
124 stars 52 forks source link

Agent not downloading the latest task version of TerraformCLI (0.6.8 instead of 0.7.8) #271

Closed vmawa closed 2 years ago

vmawa commented 2 years ago

Describe the bug While referencing the TerraformCLI@0 task, the agent does not get the latest task version.

To Reproduce Steps to reproduce the behavior:

  1. Setup any pipeline with task: TerraformCLI@0
  2. Agent should be on Terraform version v1.1.9 and Azure CLI version 2.34.0
  3. Run pipeline

Current behavior Agent does not download the latest version (it actually downloads version 0.6.8)

Expected behavior Agent would download the latest task version (in this case 0.7.8)

Screenshots image image

Agent Configuration