Closed tylert closed 3 years ago
It would appear that the get action is unable to fetch binaries and store them in the current working directory...
get
$ hashi-up terraform get -d . Downloading file https://releases.hashicorp.com/terraform/0.15.3/terraform_0.15.3_linux_amd64.zip 31.23 MiB / 31.23 MiB [-------------------------------------------------------------------------] 100.00% Extracting file: terraform to . unable to install Terraform distribution: terraform: Illegal file path
@jsiebens
In this case, the current working directory was just a temp folder in my home directory.
It would appear that the
get
action is unable to fetch binaries and store them in the current working directory...