e872ec4461
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. |
||
---|---|---|
.. | ||
testdata | ||
cliconfig.go | ||
cliconfig_test.go | ||
config_unix.go | ||
config_windows.go | ||
credentials.go | ||
credentials_test.go | ||
provider_installation.go | ||
provider_installation_test.go |