blob: c87beb5f896c86ee3470e7894545bd186c841250 [file] [log] [blame]
resource "aws_instance" "foo" {
compute = "foo"
}
module "child" {
source = "./child"
value = "${aws_instance.foo.foo}"
}