Skip to content

Commit

Permalink
update forest droplet
Browse files Browse the repository at this point in the history
Signed-off-by: samuelarogbonlo <[email protected]>
  • Loading branch information
samuelarogbonlo committed May 7, 2024
1 parent 4076900 commit 81ac313
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tf-managed/modules/forest-droplet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ resource "digitalocean_droplet" "forest" {
graceful_shutdown = false

connection {
host = self.ipv4_address
user = "root"
type = "ssh"
host = self.ipv4_address
user = "root"
type = "ssh"
timeout = "10m"
}

provisioner "file" {
Expand Down

0 comments on commit 81ac313

Please sign in to comment.