mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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. |
||
---|---|---|
.. | ||
testdata | ||
cliconfig_test.go | ||
cliconfig.go | ||
config_unix.go | ||
config_windows.go | ||
credentials_test.go | ||
credentials.go | ||
provider_installation_test.go | ||
provider_installation.go |