github.com/serbaut/terraform@v0.6.12-0.20160607213102-ac2d195cc560/terraform/test-fixtures/input-bad-var-default/main.tf (about) 1 variable "test" { 2 default { 3 l = [1, 2, 3] 4 } 5 }