Skip to content

Commit

Permalink
Merge branch 'main' into samuel/allow-specifing-snapshot-to-run
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelarogbonlo authored May 10, 2024
2 parents 1501e97 + 596bbb3 commit af26d25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tf-managed/modules/daily-snapshot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ resource "digitalocean_droplet" "forest" {
host = self.ipv4_address
user = "root"
type = "ssh"
timeout = "10m"
timeout = "30m"
}

# Push the sources.tar file to the newly booted droplet
Expand Down
2 changes: 1 addition & 1 deletion tf-managed/modules/forest-droplet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ resource "digitalocean_droplet" "forest" {
host = self.ipv4_address
user = "root"
type = "ssh"
timeout = "10m"
timeout = "30m"
}

provisioner "file" {
Expand Down
2 changes: 1 addition & 1 deletion tf-managed/modules/sync-check/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ resource "digitalocean_droplet" "forest" {
host = self.ipv4_address
user = "root"
type = "ssh"
timeout = "10m"
timeout = "30m"
}

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

0 comments on commit af26d25

Please sign in to comment.