tfutils / tfenv

Terraform version manager
MIT License
4.48k stars 454 forks source link

Unable install terraform version 0.11.14 #317

Open grhamuda opened 2 years ago

grhamuda commented 2 years ago

Getting this error whenever we tried to install 0.11.14 : not sure why this issue happening.

image

fdemmer commented 2 years ago

Since it "Failed to create the file"... have you checked, that there is space on the directory/partition (/tmp) and/or the user has write permission?

It works for me and this does not look like a tfenv issue.

grhamuda commented 2 years ago

Yes, /tmp permision is 775. We resolved this by replacing the tfenv-install file with the older version

koshkin-ccna commented 2 years ago

TFENV_ARCH=amd64 tfenv install 0.11.14

Zordrak commented 2 years ago

What is the difference between the non-working and working versions? Does your problem still exist with the latest master?