blob: 5b27cac7150fb3171887008910de10f18f1ba78e [file] [log] [blame]
resource "aws_instance" "web" {
foo = "${aws_instance.web.0.foo}"
count = 4
}