blob: 90235ed7a2fbc87045bb7b191a6c6995865dd005 [file]
module "child" {
source = "./child"
amap = {
foo = "bar"
}
othermap = {}
}