blob: 11ddb64bfa7f381a999e799c05c1be14d0fc7b73 [file] [log] [blame]
module "a" {
source = "./a"
}
module "b" {
source = "./b"
input = "${module.a.output}"
}