You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Can you help me on this?
Thank you very much
The text was updated successfully, but these errors were encountered: