Remember ssh key in WSL

For development purposes we currently still need ssh authentication for git. Most of the solutions require to enter the passphrase multiple times. But now there is a better solution, which requires it just when the wsl is starting. First install the keychain to hold the secret sudo apt install keychain Then add the following line […]

Remember ssh key in WSL Read More »

Switch Terraform Version

With several projects it happens that you need to switch the terraform version. The solution to this is a helper called tfswitch How to manage different terraform versions for each project | by Warren Veerasingam | Medium https://tfswitch.warrensbox.com/ Afterwards we can change the terraform version with In addition tfswitch reads the terraform file in the

Switch Terraform Version Read More »