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" { 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"
} }