go-vela / community

Community Information for Vela (Target's official Pipeline Automation Framework)
https://go-vela.github.io/docs/
Apache License 2.0
23 stars 3 forks source link

bug(plugin-terraform): cannot install binary versions >= 1.x.y #995

Closed plyr4 closed 3 months ago

plyr4 commented 3 months ago

Description

noticed while testing that the current code doesnt support downloading a custom version with major >= 1

parameters:
  version: 1.9.4
level=fatal msg="expected a single file: /tmp/getter1200002894/archive"

https://github.com/go-vela/vela-terraform/blob/main/cmd/vela-terraform/terraform.go#L50

plyr4 commented 3 months ago

fixed via: https://github.com/go-vela/vela-terraform/pull/181