File tree Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Expand file tree Collapse file tree 3 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,10 @@ resource "digitalocean_droplet" "forest" {
75
75
graceful_shutdown = false
76
76
77
77
connection {
78
- host = self. ipv4_address
79
- user = " root"
80
- type = " ssh"
78
+ host = self. ipv4_address
79
+ user = " root"
80
+ type = " ssh"
81
+ timeout = " 10m"
81
82
}
82
83
83
84
# Push the sources.tar file to the newly booted droplet
Original file line number Diff line number Diff line change @@ -38,9 +38,10 @@ resource "digitalocean_droplet" "forest" {
38
38
graceful_shutdown = false
39
39
40
40
connection {
41
- host = self. ipv4_address
42
- user = " root"
43
- type = " ssh"
41
+ host = self. ipv4_address
42
+ user = " root"
43
+ type = " ssh"
44
+ timeout = " 10m"
44
45
}
45
46
46
47
provisioner "file" {
Original file line number Diff line number Diff line change @@ -74,9 +74,10 @@ resource "digitalocean_droplet" "forest" {
74
74
graceful_shutdown = false
75
75
76
76
connection {
77
- host = self. ipv4_address
78
- user = " root"
79
- type = " ssh"
77
+ host = self. ipv4_address
78
+ user = " root"
79
+ type = " ssh"
80
+ timeout = " 10m"
80
81
}
81
82
82
83
# Push the sources.tar file to the newly booted droplet
You can’t perform that action at this time.
0 commit comments