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
If I run tfswitch in a directory with a versions.tf file in it, tfswitch ignores the argument that I give it and only cares about the info in the versions.tf file.
11:07:00 ❯ cat versions.tf
terraform {
required_version = ">= 0.12"
}
11:11:13 ❯ tfswitch 0.13.5
Reading configuration from home directory for .tfswitch.toml
Reading required version from terraform file, constraint: >= 0.12
Matched version: 0.14.2
Switched terraform to version "0.14.2"
This seems to only be the case when you have a ~/.tfswitch.toml
The text was updated successfully, but these errors were encountered:
If I run tfswitch in a directory with a
versions.tf
file in it, tfswitch ignores the argument that I give it and only cares about the info in theversions.tf
file.This seems to only be the case when you have a
~/.tfswitch.toml
The text was updated successfully, but these errors were encountered: