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