attempt to fix waitForAction

This commit is contained in:
Karim Naufal
2022-01-12 15:26:52 +01:00
parent 7582b7299e
commit 0415a43e9e
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ resource "hcloud_server" "control_planes" {
}
provisioner "local-exec" {
command = "sleep 60 && ping ${self.ipv4_address} | grep --line-buffered 'bytes from' | head -1 && sleep 60"
command = "sleep 60 && ping ${self.ipv4_address} | grep --line-buffered 'bytes from' | head -1 && sleep 100"
}
network {