blob: ac4f38e97a9cd1cb2b37f5862fbf7d94ad87924f [file] [log] [blame]
resource "aws_instance" "bar" {
foo = "bar"
provisioner "shell" {}
}