aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-05 16:47:15 -0300
committerEuAndreh <eu@euandre.org>2019-06-05 16:47:15 -0300
commit49e2d60daf62161906ed94c8c8bd4079fa784e66 (patch)
tree65dc90546099eb1fa263d26f38f97abd2936590e
parentUse Ansible instead of Bash for provisioning (diff)
downloadtoph-49e2d60daf62161906ed94c8c8bd4079fa784e66.tar.gz
toph-49e2d60daf62161906ed94c8c8bd4079fa784e66.tar.xz
Format vps.tf (linter offense)
-rw-r--r--vps.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/vps.tf b/vps.tf
index 34d186b..e278cc1 100644
--- a/vps.tf
+++ b/vps.tf
@@ -41,4 +41,4 @@ resource "digitalocean_droplet" "vps" {
resource "digitalocean_floating_ip_assignment" "vps" {
ip_address = "${var.floating_ip}"
droplet_id = "${digitalocean_droplet.vps.id}"
-} \ No newline at end of file
+}