blob: 2a6a6715217937a430cc05c0c46244bb02117d84 [file] [log] [blame]
resource "aws_instance" "create" {
bar = "abc"
}
resource "aws_instance" "other" {
var = "${aws_instance.create.id}"
foo = "${aws_instance.create.bar}"
}