From 52ed99924c910adbda82eeab9e5506cab5f1b027 Mon Sep 17 00:00:00 2001 From: villevsv-upcloud Date: Tue, 5 Dec 2023 08:53:10 +0000 Subject: [PATCH] chore(docs): update documentation for #420 --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index b7c5ab09c..1d7c01e21 100644 --- a/docs/index.md +++ b/docs/index.md @@ -55,6 +55,7 @@ provider "upcloud" { ### Optional - `password` (String) Password for UpCloud API user. Can also be configured using the `UPCLOUD_PASSWORD` environment variable. +- `request_timeout_sec` (Number) The duration (in seconds) that the provider waits for an HTTP request towards UpCloud API to complete. Defaults to 120 seconds - `retry_max` (Number) Maximum number of retries - `retry_wait_max_sec` (Number) Maximum time to wait between retries - `retry_wait_min_sec` (Number) Minimum time to wait between retries