Warren Veerasingam

Results 32 comments of Warren Veerasingam

@cognitiaclaeves If I am reading this right, `TERRAGRUNT_CONFIG` is an environment variable of `/path/to/terragrunt.hcl`?

@yermulnik @felipesere I use different terraform versions for each project as well. This is what I did. 1. On your .bashrc (or .bash_profile or .zsh or whatever shell you are...

> As extra information in case that helps anyone, I have just learned the following while checking this PR: > > We can't use as a base and minimal image...

@amine250 can you test this binary on your alpine box? https://github.com/warrensbox/terraform-switcher/releases/tag/0.11.1071 download: terraform-switcher_0.11.1071_alpine_arm64 Please let me know if that works.

@llamahunter Ideally, I would like to create an Alpine linux binary. Similar to https://aur.archlinux.org/packages/tfswitch where users can install with `yay`: ```sh # compiled from source yay tfswitch # precompiled yay...

@barakbd I looked your docker MR. I have some suggestions. I will reach out to you soon.

@Vince-Chenal Just to confirm - this change will require users to run `tfswitch -e 1.0.8` instead of `tfswitch 1.0.8`? This change is not backwards compatible, correct?

1. Are you running `tfswitch -b $HOME/bin/terraform` or `tfswitch -b $HOME/bin` ? 2. Do you have permission to write to the `$HOME/bin` directory (what do you see when you run...