I don't know how to view the terraform version.
cd/usr/local/Cellar/tfenv/3.0.0/versions
can see which version is now local and
3.0.0/versions
contains 1.3.2
.
I thought the terraform version was this 3.0.0
.
Please tell me the difference between the two-week number 3.0.0/versions
and 1.3.2
.
Since the path contains tfenv/
, it may be confusing to use tfenv to manage multiple versions of Terraform.
For Cellar/tfenv/3.0.0
, check only the tfenv version, and the Terraform version itself (configured) with the following command:
$terraform --version
© 2024 OneMinuteCode. All rights reserved.