From ffeb707b441cd22f77b6a60df101fc07ab5ac4bf Mon Sep 17 00:00:00 2001 From: Alejandro Sajaroff Date: Fri, 27 Sep 2024 10:41:44 +0200 Subject: [PATCH] Adding documentation for HTTP backend user-defined headers (#2020) Signed-off-by: Alejandro Sajaroff <29068982+asajaroff@users.noreply.github.com> --- website/docs/language/settings/backends/http.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/language/settings/backends/http.mdx b/website/docs/language/settings/backends/http.mdx index 9c703ccc42..8bd8bb6549 100644 --- a/website/docs/language/settings/backends/http.mdx +++ b/website/docs/language/settings/backends/http.mdx @@ -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