mirror of
https://github.com/opentofu/opentofu.git
synced 2026-05-28 04:15:54 -04:00
Adding documentation for HTTP backend user-defined headers (#2020)
Signed-off-by: Alejandro Sajaroff <29068982+asajaroff@users.noreply.github.com>
This commit is contained in:
parent
6ffc1cc0c0
commit
ffeb707b44
1 changed files with 2 additions and 0 deletions
|
|
@ -61,6 +61,8 @@ The following configuration options / environment variables are supported:
|
|||
authentication
|
||||
- `password` / `TF_HTTP_PASSWORD` - (Optional) The password for HTTP basic
|
||||
authentication
|
||||
- `headers` - (Optional) Map of additional headers to be included in the HTTP
|
||||
requests sent to the backend. Defaults to `[]`.
|
||||
- `skip_cert_verification` - (Optional) Whether to skip TLS verification.
|
||||
Defaults to `false`.
|
||||
- `retry_max` / `TF_HTTP_RETRY_MAX` – (Optional) The number of HTTP request
|
||||
|
|
|
|||
Loading…
Reference in a new issue