-
Notifications
You must be signed in to change notification settings - Fork 468
Open
Description
Hello,
I wanted to use tfenv to manage different terraform version we have in our team, since not everyone is updating its terraform version. I installed tfenv using the directives given in the documentation.
I installed an older version of my current terraform, running
tfenv install 1.9.0
But after this code, when I run
tfenv use 1.9.0 && terraform -v
This is the result
Switching default version to v1.9.0
Default version (when not overridden by .terraform-version or TFENV_TERRAFORM_VERSION) is now: 1.9.0
Terraform v1.10.2
on linux_amd64
Can you help me on this?
Thank you very much
kvendingoldo, v-bieliavtsev and bruceweir