opentofu/website/docs/cli/config
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
..
config-file.mdx feat(credentials): allow hyphens to be encoded as __ in variables 2022-04-13 13:49:59 -06:00
environment-variables.mdx More mentions of remote backend 2021-12-21 17:51:06 -05:00
index.mdx migrate docs to mdx 2021-12-14 18:41:17 -08:00