Pluralith / pluralith-cli

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

TF_DATA_DIR is ignored #86

Open mjbright opened 1 year ago

mjbright commented 1 year 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 1 year 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!