这是indexloc提供的服务,不要输入任何密码
Skip to content

Install mode "direct" doesn't work for Terragrunt #406

@kodachimaru

Description

@kodachimaru

Describe the bug
Install mode "direct" doesn't work for Terragrunt

To Reproduce
Steps to reproduce the behavior:

  1. Start with a clean slate (no Tg versions installed)
  2. Enable "direct" install mode for Tg (TG_INSTALL_MODE=direct)
  3. Install any Tg version (tenv tg install)
  4. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions