mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
aws: Increase default number of retries to 25 (#13673)
This commit is contained in:
parent
56dae36f97
commit
9504682831
@ -70,7 +70,7 @@ func Provider() terraform.ResourceProvider {
|
|||||||
"max_retries": {
|
"max_retries": {
|
||||||
Type: schema.TypeInt,
|
Type: schema.TypeInt,
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Default: 11,
|
Default: 25,
|
||||||
Description: descriptions["max_retries"],
|
Description: descriptions["max_retries"],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user