blob: 8a029236b1e98204322fe045140bbd749089e0dc [file] [log] [blame]
resource "aws_instance" "foo" {
num = "2"
compute = "foo"
}
resource "aws_instance" "bar" {
count = "${aws_instance.foo.foo}"
}