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

@ -15,7 +15,7 @@ variable "os_channel" {
description = "Channel for a Flatcar Linux (flatcar-stable, flatcar-beta, flatcar-alpha, flatcar-edge)"
validation {
condition = contains(["flatcar-stable", "flatcar-beta", "flatcar-alpha", "flatcar-edge"], var.os_channel)
condition = contains(["flatcar-stable", "flatcar-beta", "flatcar-alpha", "flatcar-edge"], var.os_channel)
error_message = "The os_channel must be flatcar-stable, flatcar-beta, flatcar-alpha, or flatcar-edge."
}
}