jason-johnson / azure-pipelines-tasks-terraform

Azure Pipelines extension for Terraform
MIT License
122 stars 51 forks source link

Support multiple versions for the tool #389

Closed jason-johnson closed 8 months ago

jason-johnson commented 8 months ago

To enable faster release time, we want to support task versions. The versions will correspond to the major number of the tag used to build that version. For example, terraformCli@0 will correspond to the latest tag that starts with 0. The version which is higher than the highest tag major number will be where the latest, unstable version install goes (e.g. terraformCli@2 will be the latest PR if the highest tag is 1.*)

jason-johnson commented 8 months ago

Added in #392