github.com/ffrizzo/terraform@v0.8.2-0.20161219200057-992e12335f3d/terraform/test-fixtures/plan-module-map-literal/main.tf (about) 1 module "child" { 2 source = "./child" 3 amap { 4 foo = "bar" 5 } 6 othermap {} 7 }