aboutsummaryrefslogtreecommitdiff
path: root/vps.tf
diff options
context:
space:
mode:
Diffstat (limited to 'vps.tf')
-rw-r--r--vps.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/vps.tf b/vps.tf
index c599f36..335c5a6 100644
--- a/vps.tf
+++ b/vps.tf
@@ -29,4 +29,4 @@ resource "digitalocean_droplet" "vps" {
provisioner "remote-exec" {
script = "./deploy.sh"
}
-} \ No newline at end of file
+}