We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f699ab commit 70eb9d1Copy full SHA for 70eb9d1
.envrc-terraform
@@ -21,6 +21,9 @@ set -euo pipefail
21
[ -n "${DEBUG:-}" ] && set -x
22
#srcdir="$(dirname "${BASH_SOURCE[0]}")"
23
24
+# set this to the local repo's config instead of $HOME/.terraformrc
25
+#export TF_CLI_CONFIG_FILE="$PWD/.terraformrc"
26
+
27
# XXX: beware that tfenv and tgswitch replace the terraform / terragrunt in the path and this is a race condition between different shells
28
# it is not as good as the KUBECONFIG trick done in the .envrc-kubernetes
29
0 commit comments