github.com/trawler/terraform@v0.10.8-0.20171106022149-4b1c7a1d9b48/terraform/test-fixtures/issue-7824/main.tf (about) 1 variable "test" { 2 type = "map" 3 default = { 4 "test" = "1" 5 } 6 }