blob: 1ff123a73b597850ade2729958b2d37e79ac49f7 [file] [log] [blame]
resource "aws_instance" "shared" {
}
module "child" {
source = "./child"
value = "${aws_instance.shared.id}"
}