github.com/justnom/terraform@v0.5.4-0.20180524223219-170a1530d1ca/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  }