Vultr Provider
The Vultr provider is used to interact with the resources supported by Vultr (https://www.vultr.com). The provider needs to be congured with the proper credentials before it can be used.
Example Usage
provider "vultr" { api_key = = "VULTR_API_KEY" rate_limit = = 700 } resource "vultr_server" "web" { }
Argument Reference
The following arguments are supported:
api_key - (Required) This is the Vultr API API (https://my.vultr.com/settings/#settingsapi). This can also be specied
with the VULTR_API_KEY shell environment variable.
rate_limit - (Optional) Vultr limits API calls to 3 calls per second. This eld lets you congure how the rate limit using
- milliseconds. The default value if this eld is omitted is 650 milliseconds per call.