Rerun terraform fmt for recent variables

This commit is contained in:
Dalton Hubble
2020-11-21 14:20:36 -08:00
parent 5e4f5de271
commit 9f94ab6bcc
12 changed files with 14 additions and 14 deletions

View File

@ -52,7 +52,7 @@ variable "os_image" {
default = "flatcar-stable"
validation {
condition = contains(["flatcar-stable", "flatcar-beta", "flatcar-alpha", "flatcar-edge"], var.os_image)
condition = contains(["flatcar-stable", "flatcar-beta", "flatcar-alpha", "flatcar-edge"], var.os_image)
error_message = "The os_image must be flatcar-stable, flatcar-beta, flatcar-alpha, or flatcar-edge."
}
}