mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
b8856c677c
When we originally introduced this environment variable it was intended to solve for the use-case where a particular invocation of Terraform needs a different CLI configuration than usual, such as if Terraform is being run as part of an automated test suite or other sort of automated situation with different needs than normal use. However, we accidentally had it only override the original singleton CLI config file, while leaving the CLI configuration directory still enabled. Now we'll take the CLI configuration out of the equation too, so that only the single specified configuration file and any other environment-sourced settings will be included. |
||
---|---|---|
.. | ||
testdata | ||
cliconfig_test.go | ||
cliconfig.go | ||
config_unix.go | ||
config_windows.go | ||
credentials_test.go | ||
credentials.go | ||
provider_installation_test.go | ||
provider_installation.go |