mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 00:22:32 -06: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
@ -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 New Issue
Block a user