github.com/eliastor/durgaform@v0.0.0-20220816172711-d0ab2d17673e/internal/configs/testdata/invalid-files/variable-bad-default.tf (about) 1 variable "incorrectly_typed_default" { 2 type = list(string) 3 default = "hello" 4 }