Update variables.tf

This commit is contained in:
Simone Ruffilli
2022-05-04 10:01:28 +02:00
committed by GitHub
parent e9d06ba469
commit e84f90f9a2

View File

@@ -200,7 +200,7 @@ variable "options" {
}
validation {
condition = !var.options.spot || (var.options.spot && var.options.preemptible)
error_message = "Variable var.option.preemptible should be `true` when var.options.spot is set to `true`."
error_message = "Variable var.option.preemptible must be `true` when var.options.spot is set to `true`."
}
}