Fix variable spacing
This commit is contained in:
parent
19b2330832
commit
4f48c11775
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
provider "vultr" {
|
||||
api_key = var.vultr_api_key
|
||||
rate_limit = 1500
|
||||
api_key = var.vultr_api_key
|
||||
rate_limit = 1500
|
||||
retry_limit = 5
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue