I don't know how to look at the terraform version.

Asked 1 years ago, Updated 1 years ago, 375 views

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.

terraform

2022-10-12 01:01

1 Answers

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


2022-10-12 01:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.