github.com/jd3nn1s/terraform@v0.9.6-0.20170906225847-13878347b7a1/terraform/test-fixtures/issue-7824/main.tf (about)

     1  variable "test" {
     2    type = "map"
     3    default = {
     4      "test" = "1"
     5    }
     6  }