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