mirror of
https://github.com/hashicorp/terraform.git
synced 2026-02-21 00:50:09 -05:00
* providercache: add logging for errors from getproviders.SearchLocalDirectory providercache.fillMetaCache() was silently swallowing errors when searching the cache directory. This commit logs the error without changing the behavior otherwise. * command/cliconfig: validate plugin cache dir exists The plugin cache directory must exist for terraform to use it, so we will add a check at the begining. |
||
|---|---|---|
| .. | ||
| testdata | ||
| cliconfig.go | ||
| cliconfig_test.go | ||
| config_unix.go | ||
| config_windows.go | ||
| credentials.go | ||
| credentials_test.go | ||
| provider_installation.go | ||
| provider_installation_test.go | ||