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
Describe the bug
with a .terraform-version file which contains an entry like: latest:^1.3 we have this error:
❯ cd ../terraform-azurerm-aks
The application panicked (crashed).
Message: invalid tool version request: latest:^1.3
Location: src/toolset/tool_version_request.rs:47
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
The application panicked (crashed).
Message: invalid tool version request: latest:^1.3
Location: src/toolset/tool_version_request.rs:47
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
To Reproduce
Create a .terraform-version file with this content:
cat .terraform-version
latest:^1.3
Expected behavior
rtx doctor output
❯ rtx doctor
The application panicked (crashed).
Message: invalid tool version request: latest:^1.3
Location: src/toolset/tool_version_request.rs:47
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
The application panicked (crashed).
Message: invalid tool version request: latest:^1.3
Location: src/toolset/tool_version_request.rs:47
Backtrace omitted. Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.```
**Additional context**
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
with a
.terraform-version
file which contains an entry like:latest:^1.3
we have this error:To Reproduce
Create a
.terraform-version
file with this content:Expected behavior
rtx doctor
outputThe text was updated successfully, but these errors were encountered: