5 lines
93 B
HCL
5 lines
93 B
HCL
provider "vultr" {
|
|
api_key = var.vultr_api_key
|
|
rate_limit = 700
|
|
retry_limit = 3
|
|
}
|