terraform/command/cliconfig
Martin Atkins f5012c12da command/cliconfig: Installation methods, not installation sources
Unfortunately in the user model the noun "source" is already used for the
argument in the required_providers block to specify which provider to use,
so it's confusing to use the same noun to also refer to the method used to
obtain that provider.

In the hope of mitigating that confusion, here we use the noun "method",
as in "installation method", to talk about the decision between getting
a provider directly from its origin registry or getting it from some
mirror. This is distinct from the provider's "source", which is the
location where a provider _originates_ (prior to mirroring).

This noun is also not super awesome, but better than overloading an
existing term in the same feature.
2020-04-23 10:52:01 -07:00
..
testdata command/cliconfig: Use existing HTTP mirror source rather than new stub 2020-04-23 10:52:01 -07:00
cliconfig.go cliconfig: Ignore config dir if TF_CLI_CONFIG_FILE envvar is set 2020-04-23 10:52:01 -07:00
cliconfig_test.go command/cliconfig: Installation methods, not installation sources 2020-04-23 10:52:01 -07:00
config_unix.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
config_windows.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
credentials.go command: Fix bug when using terraform login on Windows 2020-03-18 09:08:40 -04:00
credentials_test.go Replace import paths & set UA string where necessary 2019-10-11 22:40:54 +01:00
provider_installation.go command/cliconfig: Installation methods, not installation sources 2020-04-23 10:52:01 -07:00
provider_installation_test.go command/cliconfig: Installation methods, not installation sources 2020-04-23 10:52:01 -07:00