Pluralith / pluralith-cli

A tool for Terraform state visualisation and automated generation of infrastructure documentation
https://www.pluralith.com
Mozilla Public License 2.0
789 stars 51 forks source link

TF_DATA_DIR is ignored #86

Open mjbright opened 2 years ago

mjbright commented 2 years ago

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

DanThePutzer commented 2 years ago

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!