opentofu/internal/command/cliconfig
Brandon Croft 307326fa3a
allow remote service creds to be configured using env
Introduces a new method of configuring token service credentials using a host-specific environment variable. This configuration was previously possible using the [terraform-credentials-env](https://github.com/apparentlymart/terraform-credentials-env) credentials helper.

This new method is now consulted first, as it is seen to be the most proximate source of credentials before CLI configuration while still falling back to the credentials helper.
2022-04-13 13:49:57 -06:00
..
testdata Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cliconfig_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
cliconfig.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
config_unix.go Upgrade to Go 1.17 2021-08-17 15:20:05 -07:00
config_windows.go Upgrade to Go 1.17 2021-08-17 15:20:05 -07:00
credentials_test.go allow remote service creds to be configured using env 2022-04-13 13:49:57 -06:00
credentials.go allow remote service creds to be configured using env 2022-04-13 13:49:57 -06:00
provider_installation_test.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00
provider_installation.go Move command/ to internal/command/ 2021-05-17 14:09:07 -07:00