blob: 754219c3e3fc14cf3ea534d34a03a1b60db36622 [file] [log] [blame]
module "child" {
source = "./child"
}
resource "aws_instance" "foo" {
foo = "${module.child.output}"
}