blob: 3a0576434fbfc546c9f8b2171501fd55da9974c9 [file] [log] [blame]
module "child" {
input = "${aws_instance.bar.foo}"
source = "./child"
}
resource "aws_instance" "bar" {
compute = "foo"
}