blob: 05027f75ade6439095dc855b1f357b381800374f [file] [log] [blame]
variable "test" {
type = string
validation {
condition = var.test != "nope"
error_message = "Value must not be \"nope\"."
}
}