Fix linting

This commit is contained in:
Jake Howard 2020-02-21 19:46:40 +00:00
parent a83fc86061
commit 0e1cd2e0e1
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,6 +1,6 @@
resource "vultr_server" "casey" {
plan_id = 200
region_id = 8
os_id = 159
hostname = "casey"
plan_id = 200
region_id = 8
os_id = 159
hostname = "casey"
}