blob: 164db2d18ae27a0edc8bbf3d30812d1191f9a45a [file] [log] [blame]
resource "aws_instance" "foo" {
num = "2"
}
resource "aws_instance" "bar" {
num = "2"
foo = "${aws_instance.foo.id}"
}