mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
feat: add retry in provider install (#1255)
Signed-off-by: Yuvraj <evalsocket@gmail.com> Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: James Humphries <James@james-humphries.co.uk>
This commit is contained in:
@@ -162,6 +162,16 @@ If `TF_IGNORE` is set to "trace", OpenTofu will output debug messages to display
|
||||
export TF_IGNORE=trace
|
||||
```
|
||||
|
||||
## TF_PROVIDER_DOWNLOAD_RETRY
|
||||
|
||||
Set `TF_PROVIDER_DOWNLOAD_RETRY` to configure the max number of request retries
|
||||
the remote provider client will attempt for client connection errors or
|
||||
500-range responses that are safe to retry.
|
||||
|
||||
```shell
|
||||
export TF_PROVIDER_DOWNLOAD_RETRY=3
|
||||
```
|
||||
|
||||
For more details on `.terraformignore`, please see [Excluding Files from Upload with .terraformignore](/docs/language/settings/backends/remote#excluding-files-from-upload-with-terraformignore).
|
||||
|
||||
## Cloud Backend CLI Integration
|
||||
|
||||
Reference in New Issue
Block a user