tgswitch icon indicating copy to clipboard operation
tgswitch copied to clipboard

Manage terragrunt versions - the tgswitch command line tool lets you switch between different versions of terragrunt

Results 24 tgswitch issues
Sort by recently updated
recently updated
newest added

Related to issue https://github.com/warrensbox/tgswitch/issues/108 I added a check condition on M1 architecture. Terragrunt amd64 version works fine on M1.

Hello ! On my fedora, tgswitch automatic download feature is not working: ``` $ tgswitch Terragrunt file found: /home/cpatry/GIT/si-paiement/terraform/terragrunt.hcl Reading required version from constraint: >= 0.36, < 0.36.1 Matched version:...

Splitting this out as it should have been a separate issue. _Originally posted by @maxfriedrich in https://github.com/warrensbox/tgswitch/issues/117#issuecomment-1177576820_ --- Hi, I have a simple setup that results in a 404 page...

```console josh@josh-laptop:~/tmp$ mkdir empty josh@josh-laptop:~/tmp$ cd empty josh@josh-laptop:~/tmp/empty$ cat ~/.tgswitch.toml bin = "/home/josh/.terragrunt.versions/terragrunt" josh@josh-laptop:~/tmp/empty$ tgswitch --version Version: 0.6.0 josh@josh-laptop:~/tmp/empty$ rm ~/.terragrunt.versions/terragrunt_* josh@josh-laptop:~/tmp/empty$ echo 'terragrunt_version_constraint = "=0.38.12"' > terragrunt.hcl josh@josh-laptop:~/tmp/empty$ tgswitch...