diff options
Diffstat (limited to 'vps.tf')
-rw-r--r-- | vps.tf | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ resource "digitalocean_droplet" "vps" { type = "ssh" private_key = file("${path.module}/secrets/ssh/vps-box-client") timeout = "2m" + host = digitalocean_droplet.vps.ipv6_address } provisioner "remote-exec" { |