1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 10:02:14 +00:00

updated .envrc-terraform

This commit is contained in:
Hari Sekhon 2024-07-15 01:41:40 +02:00
parent e4f87e1b6e
commit 842ee37faf

View File

@ -36,6 +36,7 @@ export TFENV_AUTO_INSTALL=true
export TG_VERSION=0.39.2
# if tgswitch is installed, trigger it to use the above TF_VERSION environment variable and switch to the correct version of Terragrunt
# better than adding the ugly shell hook from the docs - https://github.com/warrensbox/tgswitch?tab=readme-ov-file#get-the-version-from-a-subdirectory
if type -P tgswitch &>/dev/null; then
tgswitch
fi