monitor idrac more frequently [ci skip]

This commit is contained in:
Viktor Barzin 2026-01-07 18:54:57 +00:00
parent 7e8f73452c
commit 1b5cbeb9c8
2 changed files with 3 additions and 3 deletions

View file

@ -118,7 +118,7 @@ variable "defcon_level" {
default = 5
validation {
condition = var.defcon_level >= 1 && var.defcon_level <= 5
error_message = "DEFCON level must be between 1 and 5. 1 is highest level or alertness"
error_message = "DEFCON level must be between 1 and 5. 1 is highest level of alertness"
}
}
locals {