pluralith-cli
pluralith-cli copied to clipboard
TF_DATA_DIR is ignored
When running pluralith plan initially it checks for the .terraform directory.
It looks for this directory in the current directory, irrespective of any setting of TF_DATA_DIR.
Workaround unset TF_DATA_DIR terraform init pluralith plan
Hi @mjbright ah yes this is something we didn't consider!
We'll ship support for TF_DATA_DIR with the next CLI update.
Thanks for reporting!