Slow down requests to vultr
This thing has a super crazy rate limit!
This commit is contained in:
parent
4c1ccfc4e4
commit
b30e696dad
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
provider "vultr" {
|
||||
api_key = var.vultr_api_key
|
||||
rate_limit = 1500
|
||||
retry_limit = 5
|
||||
}
|
||||
|
||||
provider "cloudflare" {
|
||||
|
|
Loading…
Reference in a new issue