monitor idrac more frequently [ci skip]
This commit is contained in:
parent
7e8f73452c
commit
1b5cbeb9c8
2 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue