Skip to content

Commit

Permalink
Merge pull request #20 from greed42/portable_sleep
Browse files Browse the repository at this point in the history
Use strict POSIX-compatible format for sleep arguments
  • Loading branch information
flaupretre authored Jun 7, 2023
2 parents e8b06a2 + 7cb0036 commit 55b7fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ variable "timeout" {
variable "ssh_tunnel_check_sleep" {
type = string
description = "extra time to wait for ssh tunnel to connect"
default = "0s"
default = "0"
}

variable "ssh_parent_wait_sleep" {
type = string
description = "extra time to wait in the tunnel parent process for the child ssh tunnel startup"
default = "3s"
default = "3"
}

variable "putin_khuylo" {
Expand Down

0 comments on commit 55b7fea

Please sign in to comment.