microsoft / azure-pipelines-extensions

Collection of all RM and deployment extensions
http://www.visualstudio.com/explore/release-management-vs
MIT License
278 stars 422 forks source link

Install latest Terraform version #994

Closed coding-domlin closed 2 years ago

coding-domlin commented 2 years ago

We are using the Terraform Installer Task to install specific Terraform versions. This works without any issues.

Cause of a new requirements we need to install the latest Terraform version every time the task gets executed.

We are not allowed to leave the version field empty, furthermore the task breaks of during execusion when we insert "latest" as value.

How is it possible that the Terraform Installer Task installs the latest version every time it get executed?

We didn't found anything about this usecase in your documentation.

mericstam commented 2 years ago

Hi, We will soon release a new version of this task with support for the 'latest' keyword.