From 95728f0ebb116f90d203f71de69bd6aaa2dcd8b8 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 31 Mar 2023 22:42:01 +0300 Subject: [PATCH] bashrc: Enable debugging for tf. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 4712e73..a922a08 100644 --- a/.bashrc +++ b/.bashrc @@ -69,6 +69,7 @@ export PYTHONSTARTUP=~/.config/pythonrc.py export PYTHON_GITLAB_CFG=~/.config/python-gitlab.cfg export REDISCLI_HISTFILE="$HOME/Documents/.rediscli_history" export TFENV_AUTO_INSTALL=false +export TF_DEBUG=1 export VAGRANT_DEFAULT_PROVIDER="virtualbox" # shellcheck disable=SC1090,SC1091 [ ! -f "$HOME/.bashrc.private" ] || . "$HOME/.bashrc.private" -- GitLab