blob: 7ceca47db81c214708598a5e1c2a6eeacdd225d4 [file] [log] [blame]
resource "aws_instance" "foo" {
foo = "bar"
provisioner "shell" {
command = "${aws_instance.foo.foo}"
}
}