Skip to content

Commit

Permalink
increase remote exec timeout
Browse files Browse the repository at this point in the history
Signed-off-by: samuelarogbonlo <[email protected]>
  • Loading branch information
samuelarogbonlo committed May 3, 2024
1 parent a9c9336 commit f60c425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tf-managed/modules/daily-snapshot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ resource "digitalocean_droplet" "forest" {
host = self.ipv4_address
user = "root"
type = "ssh"
timeout = "10m"
}

# Push the sources.tar file to the newly booted droplet
Expand Down

0 comments on commit f60c425

Please sign in to comment.