terraform/command/cliconfig
Martin Atkins 8272d3b101 command/cliconfig: Remove command dependency
This was a leftover from the migration of these types from the main
package, but we don't actually need or want this here because this
particular detail is still handled by the main package, and because the
cliconfig package must not depend on the command package in order to avoid
an import cycle.
2019-08-23 11:57:11 -07:00
..
testdata command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -07:00
cliconfig.go command/cliconfig: Remove command dependency 2019-08-23 11:57:11 -07:00
cliconfig_test.go command/cliconfig: Factor out CLI config handling 2019-08-01 10:56:41 -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/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00
credentials_test.go command/cliconfig: New CredentialsSource implementation 2019-08-23 11:57:11 -07:00