-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Install mode "direct" doesn't work for Terragrunt
To Reproduce
Steps to reproduce the behavior:
- Start with a clean slate (no Tg versions installed)
- Enable "direct" install mode for Tg (
TG_INSTALL_MODE=direct
) - Install any Tg version (
tenv tg install
) - See error
$ export TG_INSTALL_MODE=direct
$ tenv tg install 0.75.1
Installing Terragrunt 0.75.1
Downloading https://api.github.com/repos/gruntwork-io/terragrunt/releases/gruntwork-io/terragrunt/releases/download/v0.75.1/terragrunt_darwin_arm64
Downloading https://api.github.com/repos/gruntwork-io/terragrunt/releases/gruntwork-io/terragrunt/releases/download/v0.75.1/SHA256SUMS
Error: file sha256 checksum not found for current platform
Expected behavior
I would expect that "direct" mode would work for Tg installation, just like for Tf.
Would be great because "direct" mode prevents issues with GH API rate-limits, or having to maintain a GH token for using tenv
.
Environment (please complete the following information):
- OS: MacOS 14.4
- tfenv version: latest (4.4.0)
jgard
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working