opentofu/internal/command/cliconfig
Brandon Croft fda05f3d44
feat(credentials): allow hyphens to be encoded as __ in variables
Hyphen characters are allowed in environment variable names, but are not valid POSIX variable names. Usually, it's still possible to set variable names with hyphens using utilities like env or docker. But, as a fallback, host names may encode their hyphens as double underscores in the variable name. For the example "café.fr", the variable name "TF_TOKEN_xn____caf__dma_fr" or "TF_TOKEN_xn--caf-dma_fr"
may be used.
2022-04-13 13:49:59 -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 feat(credentials): allow hyphens to be encoded as __ in variables 2022-04-13 13:49:59 -06:00
credentials.go feat(credentials): allow hyphens to be encoded as __ in variables 2022-04-13 13:49:59 -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