Slow down requests to vultr

This thing has a super crazy rate limit!
This commit is contained in:
Jake Howard 2020-09-05 17:10:53 +01:00
parent 4c1ccfc4e4
commit b30e696dad
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,5 +1,7 @@
provider "vultr" {
api_key = var.vultr_api_key
rate_limit = 1500
retry_limit = 5
}
provider "cloudflare" {