Fix linting
This commit is contained in:
parent
a83fc86061
commit
0e1cd2e0e1
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
resource "vultr_server" "casey" {
|
resource "vultr_server" "casey" {
|
||||||
plan_id = 200
|
plan_id = 200
|
||||||
region_id = 8
|
region_id = 8
|
||||||
os_id = 159
|
os_id = 159
|
||||||
hostname = "casey"
|
hostname = "casey"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue