Lean on defaults

This commit is contained in:
Greg Hellings
2022-06-01 10:56:48 -05:00
parent d8509a071f
commit 483f274125
8 changed files with 2 additions and 22 deletions
+2 -2
View File
@@ -20,7 +20,7 @@ variable "version" {
variable "boot_wait" {
type = string
default = "20s"
default = "15s"
description = "Length of time to wait before entering boot commands"
}
@@ -39,7 +39,7 @@ variable "boot_command" {
variable "ssh_handshake_attempts" {
type = number
default = 100
default = 1000
}
variable "shutdown_command" {