github.com/nov1n/terraform@v0.7.9-0.20161103151050-bf6852f38e28/terraform/test-fixtures/plan-module-wrong-var-type/inner/main.tf (about)

     1  variable "map_in" {
     2      type = "map"
     3      default = {
     4          us-west-1 = "ami-12345"
     5          us-west-2 = "ami-67890"
     6      }
     7  }