Adrien Delorme 0ccff0d5b9 all variables must have a value.
A variable's default value can be set to null to force user to set it.
2020-03-09 17:25:56 +01:00

6 lines
70 B
HCL

variable "broken_variable" {
invalid = true
default = true
}