Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to detect a version allowing to call terragrunt #336

Open
django-wong opened this issue Mar 5, 2025 · 1 comment
Open

Failed to detect a version allowing to call terragrunt #336

django-wong opened this issue Mar 5, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@django-wong
Copy link

django-wong commented Mar 5, 2025

Describe the bug

Can not download asset and checksum for the terragrunt alpha2025030401 release

Steps to reproduce

Step to reproduce

Make sure you use latest in .terragrunt-version

Trigger the terrateam plan action

Expected behavior

It should resolve the correct version, and the asset and checksum should be downloaded.

Actual behavior

Currently the latest terragrunt is resolving to alpha2025030401, a wrong link is being used to download the asset and checksum.

No compatible version found locally, search a remote one...
Fetching all releases information from https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases
Found compatible version remotely : 2025030401
Installing Terragrunt 2025030401
Downloading https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases/download/v2025030401/terragrunt_linux_amd64
Downloading https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases/download/v2025030401/SHA256SUMS

Failed to detect a version allowing to call terragrunt : file sha256 checksum not found for current platform

The correct link should be https://app.terrateam.io/api/github/tenv/gruntwork-io/terragrunt/releases/download/alpha2025030401/SHA256SUMS

Terrateam version & environment details

No response

Additional context

No response

@django-wong django-wong added the bug Something isn't working label Mar 5, 2025
@orbitz
Copy link
Contributor

orbitz commented Mar 7, 2025

@django-wong This seems to be an issue with hour terragrunt is managing its github releases. I recommend pinning your Terragrunt version via the version attribute of engine to ensure you get a consistent terragrunt version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants