diff options
Diffstat (limited to 'vps.tf')
| -rw-r--r-- | vps.tf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ resource "digitalocean_droplet" "vps" { connection { user = "root" type = "ssh" - private_key = "${file("${path.module}/secrets/id_rsa")}" + private_key = "${file("${path.module}/secrets/vps_box")}" timeout = "2m" } |
