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_stream" {
default = "stable"
validation {
condition = contains(["stable", "testing", "next"], var.os_stream)
condition = contains(["stable", "testing", "next"], var.os_stream)
error_message = "The os_stream must be stable, testing, or next."
}
}

View File

@ -40,7 +40,7 @@ variable "os_stream" {
default = "stable"
validation {
condition = contains(["stable", "testing", "next"], var.os_stream)
condition = contains(["stable", "testing", "next"], var.os_stream)
error_message = "The os_stream must be stable, testing, or next."
}
}