diff --git a/README.md b/README.md index 60931919..d3c2e600 100644 --- a/README.md +++ b/README.md @@ -808,6 +808,24 @@ See [advanced remote configuration](#advanced-remote-configuration) for more det +
TOFUENV_REMOTE_PASSWORD
+ +String (Default: "") + +Could be used with TOFUENV_REMOTE_USER to specify HTTP basic auth when same credential are used with TOFUENV_REMOTE and TOFUENV_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ + +
TOFUENV_REMOTE_USER
+ +String (Default: "") + +Could be used with TOFUENV_REMOTE_PASSWORD to specify HTTP basic auth when same credential are used with TOFUENV_REMOTE and TOFUENV_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ +
TOFUENV_ROOT
Same as TENV_ROOT (compatibility with [tofuenv](https://github.com/tofuutils/tofuenv)). @@ -817,10 +835,10 @@ Same as TENV_ROOT (compatibility with [tofuenv](https://github.com/tofuutils/tof
TOFUENV_URL_TEMPLATE
-String (Default: "https://github.com/opentofu/opentofu/releases/download/v{{ .Version }}/{{ .Artifact }}") - - +String (Default: `https://github.com/opentofu/opentofu/releases/download/v{{ .Version }}/{{ .Artifact }}`) +Used when TOFUENV_INSTALL_MODE is "mirror" (see [TofuDL mirror specification](https://github.com/opentofu/tofudl/blob/mirror-spec/MIRROR-SPECIFICATION.md)). +
@@ -959,6 +977,24 @@ See [advanced remote configuration](#advanced-remote-configuration) for more det
+
TFENV_REMOTE_PASSWORD
+ +String (Default: "") + +Could be used with TFENV_REMOTE_USER to specify HTTP basic auth when same credential are used with TFENV_REMOTE and TFENV_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ + +
TFENV_REMOTE_USER
+ +String (Default: "") + +Could be used with TFENV_REMOTE_PASSWORD to specify HTTP basic auth when same credential are used with TFENV_REMOTE and TFENV_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ +
TFENV_ROOT
Same as TENV_ROOT (compatibility with [tfenv](https://github.com/tfutils/tfenv)). @@ -1065,6 +1101,25 @@ See [advanced remote configuration](#advanced-remote-configuration) for more det
+ +
TG_REMOTE_PASSWORD
+ +String (Default: "") + +Could be used with TG_REMOTE_USER to specify HTTP basic auth when same credential are used with TG_REMOTE and TG_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ + +
TG_REMOTE_USER
+ +String (Default: "") + +Could be used with TG_REMOTE_PASSWORD to specify HTTP basic auth when same credential are used with TG_REMOTE and TG_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ +
TG_DEFAULT_CONSTRAINT
String (Default: "") @@ -1158,6 +1213,25 @@ See [advanced remote configuration](#advanced-remote-configuration) for more det
+ +
ATMOS_REMOTE_PASSWORD
+ +String (Default: "") + +Could be used with ATMOS_REMOTE_USER to specify HTTP basic auth when same credential are used with ATMOS_REMOTE and ATMOS_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ + +
ATMOS_REMOTE_USER
+ +String (Default: "") + +Could be used with ATMOS_REMOTE_PASSWORD to specify HTTP basic auth when same credential are used with ATMOS_REMOTE and ATMOS_LIST_URL (instead of `https://user:password@host.org` URL format). + +
+ +
ATMOS_DEFAULT_CONSTRAINT
String (Default: "")