vscode-terraform
vscode-terraform copied to clipboard
Add support for setting TF_CLI_CONFIG_FILE envvar for terraform
Versions
Extension
v2.23.0
Problem Statement
I would like to be able to specify the TF_CLI_CONFIG_FILE environment variable in the extension settings to make it per-workspace/per-folder. Without this, I cannot set folder-specific CLI settings and/or store them in source control.
Proposal
Adding a setting to be able to set the TF_CLI_CONFIG_FILE environment variable when launching the LSP would help a lot.