github.com/vic3lord/terraform@v0.8.0-rc1.0.20170626102919-16c6dd2cb372/config/test-fixtures/variable-mismatched-type.tf (about)

     1  variable "not_a_map" {
     2      type = "string"
     3  
     4      default = {
     5          i_am_not = "a string"
     6      }
     7  }