opentofu/configs/testdata/invalid-files/variable-bad-default.tf
2019-06-30 10:16:15 +02:00

5 lines
90 B
HCL

variable "incorrectly_typed_default" {
type = list(string)
default = "hello"
}