blob: 25da37781cc4dafe160980afebf5342277b3ed2e [file] [log] [blame]
resource "aws_instance" "bar" {
num = "2"
provisioner "shell" {
command = "${aws_instance.bar.num}"
}
}