terraform/command/cliconfig
Martin Atkins e872ec4461 command/cliconfig: Remove remnant extraArg checks in provider_installation
In the first pass of implementing this it was strict about what arguments
are allowed inside source blocks, but that was counter to our usual design
principles for CLI config where we tend to ignore unrecognized things to
allow for some limited kinds of future expansion without breaking
compatibility with older versions of Terraform that will be sharing the
same CLI configuration files with newer versions.

However, I'd removed the tracking of that prior to the initial commit. I
missed some leftover parts when doing that removal, so this cleans up the
rest of it.
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: Decode provider_installation blocks 2020-04-21 15:48:07 -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: Remove remnant extraArg checks in provider_installation 2020-04-23 10:52:01 -07:00
provider_installation_test.go command/cliconfig: Use existing HTTP mirror source rather than new stub 2020-04-23 10:52:01 -07:00