Skip to content

Commit 70eb9d1

Browse files
committed
updated .envrc-terraform
1 parent 2f699ab commit 70eb9d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.envrc-terraform

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ set -euo pipefail
2121
[ -n "${DEBUG:-}" ] && set -x
2222
#srcdir="$(dirname "${BASH_SOURCE[0]}")"
2323

24+
# set this to the local repo's config instead of $HOME/.terraformrc
25+
#export TF_CLI_CONFIG_FILE="$PWD/.terraformrc"
26+
2427
# XXX: beware that tfenv and tgswitch replace the terraform / terragrunt in the path and this is a race condition between different shells
2528
# it is not as good as the KUBECONFIG trick done in the .envrc-kubernetes
2629

0 commit comments

Comments
 (0)