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