Open mjbright opened 2 years ago
When running pluralith plan initially it checks for the .terraform directory.
pluralith plan
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!
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