blob: a371831bd2317444d39fa3460bb198fd022ebb8d [file] [log] [blame]
resource "aws_instance" "A" {
foo = "bar"
}
module "child" {
source = "./child"
key = "${aws_instance.A.id}"
}